Nuxt Image not optimizing images
Using
<NuxtPicture>
does not optimize images, and for some images when using developer tools to observe the network requests shows that the image files are bigger than the actual images. I have also noticed that svg files do not work, I get various errors saying the files cannot be found, but after removing the .svg
extension, the images load properly.
Image configuration in nuxt.config.ts
I am using Bun instead of Node and using the default ipx
provider
bunx nuxi info
:
The size of the image that is loaded in the screenshot is 18.3MB0 Replies