diff --git a/nuxt.config.ts b/nuxt.config.ts index ba980f4..09d7dfa 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -69,6 +69,14 @@ export default defineNuxtConfig({ } }, + icon: { + clientBundle: { + scan: true, + }, + provider: 'none', + serverBundle: "local", + }, + components: [ { path: '~/components',