mirror of
https://github.com/Rakantor/personal-portfolio.git
synced 2026-05-06 12:41:05 +02:00
fix: align vuetify and i18n config with upgraded toolchain
This commit is contained in:
+5
-1
@@ -56,6 +56,10 @@ export default defineNuxtConfig({
|
||||
}
|
||||
],
|
||||
i18n: {
|
||||
vueI18n: './i18n.config.ts'
|
||||
restructureDir: false,
|
||||
vueI18n: './i18n.config.ts',
|
||||
bundle: {
|
||||
optimizeTranslationDirective: false,
|
||||
},
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user