fix: i18n 설정에는 서버사이드에서 지원하는 언어만 사용할 수 있음
This commit is contained in:
parent
6ce45d536a
commit
1e76ae65c8
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ const config: Config = {
|
|||
// useful metadata like html lang. For example, if your site is Chinese, you
|
||||
// may want to replace "en" with "zh-Hans".
|
||||
i18n: {
|
||||
defaultLocale: 'ko',
|
||||
locales: ['ko', 'en'],
|
||||
defaultLocale: 'en',
|
||||
locales: ['en'],
|
||||
},
|
||||
|
||||
presets: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue