Image component not displaying images
Hey. So using NExtJS with the app directory, I have a card component with
Where the source of the card is this object:
Images is inside the public folder. Any tip on why the images aren't being rendered ?
1 Reply
Try these two variations on the src
1. 'Images/filename.jpg'
2. './images/filename.jpg'