From 0297361319ef3b4ede879ec108107a727753c2fc Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 25 Sep 2024 12:06:29 +0200 Subject: [PATCH] docs(nuxt.config): update `icon` options --- docs/nuxt.config.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/nuxt.config.ts b/docs/nuxt.config.ts index b2f5b2d94b..019690049a 100644 --- a/docs/nuxt.config.ts +++ b/docs/nuxt.config.ts @@ -48,8 +48,10 @@ export default defineNuxtConfig({ dir: resolve('./app/assets/icons') }], clientBundle: { - scan: true - } + scan: true, + includeCustomCollections: true + }, + serverBundle: 'local' }, content: {