From 2b58c97c3300dd75473795fdc58f300f08707659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Thu, 2 Feb 2023 11:13:57 +0100 Subject: [PATCH] fix: export app.config for correct defaults --- components/app/AppLayout.vue | 4 ++-- package.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/components/app/AppLayout.vue b/components/app/AppLayout.vue index e96672666..44ebed92e 100644 --- a/components/app/AppLayout.vue +++ b/components/app/AppLayout.vue @@ -19,8 +19,8 @@ useContentHead(config.value as any) diff --git a/package.json b/package.json index c642b32bc..0e0635af6 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "plugins", "nuxt.schema.ts", "app.vue", + "app.config.ts", "nuxt.config.ts", "tokens.config.ts" ],