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

Issue with query string get params

ruslkovalen123 opened this issue · comments

When query string params are explicity present in "src" attribute of ExportedImage remote images are not optimized
taking example from your example folder adding get params.
either specifiyng query string get params in remoteOptimizedImages or nor
Screenshot_1
Screenshot_2
Screenshot_3

Hi @ruslkovalen123,

Thanks for the bug report. I will take a look. Hopefully in May.

commented

Hi @ruslkovalen123,

This should be fixed in v1.14.0 now. Can you please confirm?