Hey @murisceman,
I found a new bug regarding svg integration.
When using either https://nuxt.com/modules/nuxt-svgo or the package vite-svg-loader (which the nuxt module is based upon), the pruvious dashboard throws an error.

I know that there's the PruviousIcon and how to integrate that, but sometimes it makes sense to hardcode some SVGs and therefor I thought I should bring it up. Hopefully there's an easy fix.
I used pruvious and vite-svg-loader together in a differen project. Here are the versions.
"pruvious": "^3.11.7",
"vite-svg-loader": "^5.1.0"
Nuxt svgo: https://nuxt.com/modules/nuxt-svgo
Vite-SVG-loader: https://github.com/jpkleemans/vite-svg-loader
Thank you in advance!
Hey @murisceman,
I found a new bug regarding svg integration.
When using either
https://nuxt.com/modules/nuxt-svgoor the packagevite-svg-loader(which the nuxt module is based upon), the pruvious dashboard throws an error.I know that there's the
PruviousIconand how to integrate that, but sometimes it makes sense to hardcode some SVGs and therefor I thought I should bring it up. Hopefully there's an easy fix.I used
pruviousandvite-svg-loadertogether in a differen project. Here are the versions.Nuxt svgo: https://nuxt.com/modules/nuxt-svgo
Vite-SVG-loader: https://github.com/jpkleemans/vite-svg-loader
Thank you in advance!