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?
dist directory:
Heroku source files:



This is not a definite answer, but can help.
I noticed you are using the
publicfolder where you keep your images. you may want to double check that the path is correct because it should just load stuff within thepublicfolder.However, I don't understand why it doesn't load in the
imagesfolder from dist.