Niels-IO / next-image-export-optimizer

Use Next.js advanced <Image/> component with the static export functionality. Optimizes all static images in an additional step after the Next.js static export.
413 stars 51 forks source link

Doesn't work on next 14.1 #214

Closed huangyingzheng closed 3 months ago

huangyingzheng commented 3 months ago

I followed your example, but it seems doesn't work on nextjs 14.1. All response status codes are 404.

Niels-IO commented 3 months ago

Can you please double-check the paths? Which URL do you see on the developer tools, and where did you store your images?

huangyingzheng commented 3 months ago

Sorry, my bad. All is well. I forgot to run the script. Thanks for your work.