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
Mannix
Mannix•2y ago
try ./images/icon-next.svg instead of /images/icon-next.svg
Killer🔪
Killer🔪•2y ago
But I can see the next and prev images I cant see the customer images
Mannix
Mannix•2y ago
i know it was just an example. I wanted to point to the use of the . at the beginning
Killer🔪
Killer🔪•2y ago
Ooh ok Will try it Aah still no success. It wont show the images
13eck
13eck•2y ago
Your images folder isn't being uploaded for some reason, or isn't accessible:
Killer🔪
Killer🔪•2y ago
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
13eck
13eck•2y ago
I'd check any config files or settings on the host to see if something is preventing the folder from being uploaded
Killer🔪
Killer🔪•2y ago
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