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', }, })