NuxtN
Nuxt15mo ago
jovan

@nuxt/icon custom collection with ssr: false

I'm trying to create a custom collection of icons, but I'm having trouble because I have SSR set to false. My configuration for icons is simple:

icon: { customCollections: [ { prefix: 'custom-icons', dir: '/public/assets/icons' } ] },

I tried using provider: 'server', but it's not working. I also tried mode: 'svg', and I can see that the icons are being fetched in the Network tab, but they are not displaying.

Does anyone know the best approach here?
Was this page helpful?