forked from Mirrors/elk
fix(i18n): no_prefix
strategy
This commit is contained in:
parent
a96755dd36
commit
17f76e5964
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,8 @@ export default defineNuxtConfig({
|
|||
name: '简体中文',
|
||||
},
|
||||
],
|
||||
strategy: 'no_prefix',
|
||||
detectBrowserLanguage: false,
|
||||
// TODO:
|
||||
// lazy: true,
|
||||
langDir: 'locales',
|
||||
|
|
Loading…
Reference in a new issue