From de16f0ea07df840f2205d334e834930787911b2d Mon Sep 17 00:00:00 2001 From: Maximilian Schleining Date: Tue, 23 Jul 2024 13:58:49 +0200 Subject: [PATCH] fix(katzencore): Fixed Playground Configuration --- playground/nuxt.config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/playground/nuxt.config.ts b/playground/nuxt.config.ts index 610ff51..f2ff544 100644 --- a/playground/nuxt.config.ts +++ b/playground/nuxt.config.ts @@ -3,9 +3,8 @@ export default defineNuxtConfig({ devtools: { enabled: true }, compatibilityDate: '2024-07-08', pages: true, - katzenCore: { + katze: { projectLocation: './playground', secret: 'secret123', - projectName: 'playground', }, })