fix: align vuetify and i18n config with upgraded toolchain

This commit is contained in:
2026-04-07 17:52:56 +02:00
parent d9e5f22909
commit 7063f3843d
2 changed files with 8 additions and 5 deletions
+5 -1
View File
@@ -56,6 +56,10 @@ export default defineNuxtConfig({
}
],
i18n: {
vueI18n: './i18n.config.ts'
restructureDir: false,
vueI18n: './i18n.config.ts',
bundle: {
optimizeTranslationDirective: false,
},
}
})