NatSR4 / NatsArtGallery

Personal website showcasing my art
MIT License
0 stars 0 forks source link

Image's not loading #1

Open NatSR4 opened 4 months ago

NatSR4 commented 4 months ago

'Module not found' error even though I've pulled the path to the images directly from the directory and suggestions several times and when following the copied path it still leads to the correct image.

Karthik-315 commented 4 months ago

Hello,

I believe when working with Next JS, the public/ folder is automatically mapped to the root URL (/). So try changing the image reference from ../public/Drawings/IMG_3959.JPG to /Drawings/IMG_3959.JPG

Link to the docs: https://nextjs.org/docs/app/building-your-application/optimizing/static-assets