refactor(i18n): removed i18n extra routes

This commit is contained in:
Corentin Thomasset 2021-05-30 15:54:45 +02:00
parent be5cc46d9f
commit 90e76911b3
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -94,7 +94,7 @@ export default {
vueI18nLoader: true, vueI18nLoader: true,
locales: ['en'], locales: ['en'],
defaultLocale: 'en', defaultLocale: 'en',
strategy: 'prefix_and_default' strategy: 'no_prefix'
}, },
// Build Configuration (https://go.nuxtjs.dev/config-build) // Build Configuration (https://go.nuxtjs.dev/config-build)