Home > Mobile >  Image Folder Within dist Not Added To Heroku Website
Image Folder Within dist Not Added To Heroku Website

Time:07-01

I've deployed my website using Heroku. I am also using Javascript array variable

dist directory:

dist directory

Heroku source files:

Heroku source files

CodePudding user response:

This is not a definite answer, but can help.

I noticed you are using the public folder where you keep your images. you may want to double check that the path is correct because it should just load stuff within the public folder.

However, I don't understand why it doesn't load in the images folder from dist.

  • Related