mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 00:36:14 -04:00
fix: prevented routes duplicates du to i18n
This commit is contained in:
parent
d50cbf263c
commit
55a1d130a0
4 changed files with 8 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue