From 7d73f2b784d2845f44f423dc9c29d6b1b44a9990 Mon Sep 17 00:00:00 2001 From: Dominik Milacher Date: Wed, 22 Oct 2025 20:25:06 +0200 Subject: [PATCH] Add comment about icons --- apps/panoramablick-saalbach.at/nuxt.config.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/panoramablick-saalbach.at/nuxt.config.ts b/apps/panoramablick-saalbach.at/nuxt.config.ts index e4faaf5..e5d9f1f 100644 --- a/apps/panoramablick-saalbach.at/nuxt.config.ts +++ b/apps/panoramablick-saalbach.at/nuxt.config.ts @@ -62,7 +62,13 @@ export default defineNuxtConfig({ 'lucide:layers', 'lucide:wind', 'lucide:sun' - ] + ], + // clientBundle: { // TODO check this out sometime + // scan: { + // globInclude: ['components/**/*.vue', /* ... */], + // globExclude: ['node_modules', 'dist', /* ... */], + // }, + // }, } } }) \ No newline at end of file