Fixed more translations

This commit is contained in:
Alexis
2025-03-21 12:03:57 +01:00
parent 53686f03e7
commit 677b7bcaab
6 changed files with 31 additions and 17 deletions

View File

@@ -11,11 +11,11 @@ export default defineConfig({
integrations: [vue(), sitemap()],
output: 'static',
site: 'https://maps.alexcreates.fr',
i18n: {
locales: availableLangs,
defaultLocale: defaultLang,
routing: {
prefixDefaultLocale: true,
}
}
// i18n: {
// locales: availableLangs,
// defaultLocale: defaultLang,
// routing: {
// prefixDefaultLocale: true,
// }
// }
});