d-suke
d-suke
Can you try with `next.config.js`?
I see... If you are able to provide a revised PR, I would very much appreciate it!
Do you have next.config.js to share? The behaviour depends on the webpack extension settings.
@rcopstein I think the PR here has something to do with it https://github.com/takanorip/eleventy-google-fonts/pull/2 In Nunjucks, asynchronous and synchronous shortcodes are added in different ways. However, since the PR here has...
@dependabot rebase
@dependabot rebase
I see. As a feature request, do you want to "change SVG images to AVIF or WEBP format when you specify them"?
Incidentally, I think Next.js also just returns the buffer as it is without any optimisation for vector images like SVG. https://github.com/vercel/next.js/blob/canary/packages/next/src/server/image-optimizer.ts#L594 I'm not sure what you mean by optimising SVG,...
Do you mean that the src attribute of the img tag is not as expected when using sourceImageParser? We would be grateful if you could make a reproducible sample using...
https://github.com/dc7290/next-export-optimize-images/issues/861