NuxtN
Nuxt14mo ago
Matthias

Nuxt Icon cannot load custom svgs in SSR

Hello! I am using nuxt 3 with nuxt ui and @nuxt/icon. I have added custom collections in my nuxt config like this:

icon: {
customCollections: [
{
prefix: 'flags',
dir: './assets/icons/flags',
},
],
},

The icons are displayed in the frontend but I get a warning that they can be loaded on the server:

[Icon] failed to load icon flags:de-de
Was this page helpful?