Nuxt Image with ssr false
Im creating a portfolio website and it has a lot of small images inside. Im using NuxtImg component to set a size and quality for each image.
Now local works perfectly fine but when I generate a static version, it uses does not optimize my images and just uses the original ones.
I do have
Now local works perfectly fine but when I generate a static version, it uses does not optimize my images and just uses the original ones.
I do have
ssr: false in my config and image optimization does work when it's enabled.