diff --git a/nuxt.config.ts b/nuxt.config.ts index 91de4c53..130c88d6 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -51,7 +51,7 @@ export default defineNuxtConfig({ target: 'static', router: { base: '/Gogh/' - } + }, devtools: { enabled: true }, compatibilityDate: '2024-04-03' })