Remove outdated files and update TypeScript configuration for improved project structure

This commit is contained in:
2025-07-20 18:14:28 +02:00
parent a6d73bf3f4
commit b657e9f423
7 changed files with 4152 additions and 2821 deletions

View File

@@ -97,9 +97,6 @@ export default defineNuxtConfig({
// Nuxt I18N
i18n: {
bundle: {
optimizeTranslationDirective: false,
},
strategy: 'no_prefix',
locales: [
{
@@ -173,6 +170,4 @@ export default defineNuxtConfig({
// Set to true to enable tracking of visitor locations
locations: true,
},
compatibilityDate: '2025-04-19',
})