From f73a02fb57e5792fbc149a839f585f6b59b0c716 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Sun, 9 Aug 2026 19:39:28 +0200 Subject: [PATCH] chore: optimize icon loading --- nuxt.config.ts | 8 ++++++++ 1 file changed, 8 insertions(+) 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',