fix: prevented routes duplicates du to i18n

This commit is contained in:
Corentin Thomasset 2021-03-15 12:49:38 +01:00
parent d50cbf263c
commit 55a1d130a0
No known key found for this signature in database
GPG key ID: DBD997E935996158
4 changed files with 8 additions and 4 deletions

View file

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