Cant see the images
Everything works fine when I run it on local server but once I upload it to netlify or even vercel, the images dont show up at all. I tried uploading images on net and then using the URL, the images are uploaded with the folder on github but nothing works.
Github URL: https://github.com/Pulkit-s21/testimonial-carousel.git
Live Site URL: https://lambent-gecko-019da2.netlify.app/
GitHub
GitHub - Pulkit-s21/testimonial-carousel
Contribute to Pulkit-s21/testimonial-carousel development by creating an account on GitHub.
8 Replies
try
./images/icon-next.svg
instead of /images/icon-next.svg
But I can see the next and prev images
I cant see the customer images
i know it was just an example. I wanted to point to the use of the
.
at the beginningOoh ok
Will try it
Aah still no success. It wont show the images
Your
images
folder isn't being uploaded for some reason, or isn't accessible:Ooh
I knew like the problem is that its not taking the image from folder
But to think the folder isnt uploaded
Thanks
Will try to fix it by changing the folder for the images
I'd check any config files or settings on the host to see if something is preventing the folder from being uploaded
I uploaded the image and used the URL and it worked now somehow
but I would really like to figure out why the images arent been accessed from the folder