nuxt-optimized-images
nuxt-optimized-images copied to clipboard
Removing viewBox from destination svg
Why on production generate you remove viewBox from svg element if you image with ?include
?
Can you just don't do that???
That is imagemin-svgo setting. Set:
svgo: { plugins: [{ name: "removeViewBox", active: false }] },