mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 00:36:14 -04:00
refactor(i18n): removed i18n extra routes
This commit is contained in:
parent
be5cc46d9f
commit
90e76911b3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue