My images are showing in the .next folder but not loading on website

my github link
GitHub - magnumcustom/magnum: custompublishingwebsite.

i have a few images under folders with spaces too but none of them are loading. neither favicon.

@magnumcustom What do you mean by:

You need to make sure you’re comparing “the same thing”.

Ensure you’re not comparing npm run dev output locally, to npm run build on Netlify.

Delete your .next folder locally, then run npm run build

Your project doesn’t seem to output any images in the .next folder.

i see i was missing the next.config.js entries for images
thanks its now solved