Photos don't appear on deployed NextJS 14 app

Here’s is my recently deployed website: https://65e131708759c25dfa15c523--tedxntua.netlify.app.

Everything seems to work fine except for the images loaded from the public folder. Some of them are rendered correctly. Others got links of this type: https://65e131708759c25dfa15c523--tedxntua.netlify.app/_next/image?url=%2Fhomepage%2Fstarting-page.png&w=1920&q=75.

Here’s is my recently deployed website: https://65e131708759c25dfa15c523--tedxntua.netlify.app.

Screenshot 2024-03-01 at 04.15.50

It seems to only load images that are not using nextjs ,

I don’t know what’s wrong. First deploy and 1st use of netlify in general.

Maybe this is fixed in your latest deploy? I am able to see some images there. Is it fixed because you’re not using Next image?