image: doesn't generate other formats on "nuxt generate"
Working with
"@nuxt/image-edge": "^1.0.0-rc.1-28164352.ad7c010",
"nuxt": "^3.6.5",
image: {
format: ['webp'],
provider: 'ipx',
ipx: {
modifiers: {
quality: '80',
format: ['webp']
}
}
}
tried on macbook air m2 and netlify builds. The images are transformed but no other formats are generated.
About this issue
- Original URL
- State: open
- Created a year ago
- Reactions: 2
- Comments: 25
I know that the originals aren’t touched, I’m talking about the output files. Also I used
<nuxt-img>https://v1.image.nuxtjs.org/components/nuxt-img#formatJust to make sure you know what I mean - this is being generated (“webp” in the folder name but the images themselves have the original format):