Fixed more translations
This commit is contained in:
@@ -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,
|
||||
// }
|
||||
// }
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user