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

Issue with query string get params #203

Closed ruslkovalen123 closed 1 week ago

ruslkovalen123 commented 4 months ago

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
Niels-IO commented 2 months ago

Hi @ruslkovalen123,

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

Niels-IO commented 3 weeks ago

Hi @ruslkovalen123,

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