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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't work on next 14.1

huangyingzheng opened this issue · comments

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

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

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