Skip to content

Commit 64e8337

Browse files
committed
fix(i18n): fix vueI18n path
1 parent 46e3ad9 commit 64e8337

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nuxt.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ export default defineNuxtConfig({
6363
},
6464
langDir: 'locales',
6565
defaultLocale: 'zh-CN',
66-
vueI18n: './i18n/i18n.config.ts',
66+
// Reletive to the i18n directory
67+
vueI18n: './i18n.config.ts',
6768
},
6869

6970
app: {

0 commit comments

Comments
 (0)