Hi there!
I am using a 3rd party carousel (vueper slide ) and when i host it locally all my pictures in the carousel shows up.
However when i deploy it on netlify (https://timberjack.netlify.app/) the pictures do not show up in the about section. (TimberJack Tree Services). I do not believe that the problem would arise from the carousel itself, because on home page I do use it for hard coded google reviews that shows up just fine.
So probably path issue? This is how I have been trying to implement it: slides: [
{
image: ‘/img/20.png’,
},
Thank you in advance!