Nuxt Image does not optimize my images
hey guys, does anyone know why nuxt image doesn't optimize my images?
I added the module as per documentation and this is my config:
during the
Any clues why they don't get optimized during the generate process?
I added the module as per documentation and this is my config:
getStrapiMedia returns the full url of the requested media (basically it appends the correct url in the value given if necessary. during the
nuxt generate --prerender process there aren't any images been generated in the .output folder (optimized images I mean) and the images showing at the user are the same as they are in the CMS. Most images are .svg and they can be 2 MB worth of size which I do not want that.Any clues why they don't get optimized during the generate process?