Currently some images do not load on the Vercel deployed website.
On localhost everything works fine and images load.
When I try to open the URL for one of the images not loading on the browser I see:
I use Next.js and once UI
Currently some images do not load on the Vercel deployed website.
On localhost everything works fine and images load.
When I try to open the URL for one of the images not loading on the browser I see:
I use Next.js and once UI
Hi,
It looks like you have inconsistencies in file format. Can you make all the image to .jpg
instead of .JPG
?
This should fix it.