Image Folder Within dist Not Added To Heroku Website

49 views Asked by At

I've deployed my website using Heroku. I am also using Vueper Slides which needs a variable, which is an array, containing the path to the image. On the live website I noticed that it does not contain the images folder contained in my dist folder. What can I do to fix this?

Javascript array variable: Javascript array variable

dist directory:

dist directory

Heroku source files:

Heroku source files

1

There are 1 answers

2
Ethan Anderson On BEST ANSWER

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.