1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-10-03 01:09:57 +01:00

fix(i18n): no_prefix strategy

This commit is contained in:
Anthony Fu 2022-11-28 21:41:41 +08:00
parent a96755dd36
commit 17f76e5964

View file

@ -78,6 +78,8 @@ export default defineNuxtConfig({
name: '简体中文',
},
],
strategy: 'no_prefix',
detectBrowserLanguage: false,
// TODO:
// lazy: true,
langDir: 'locales',