fix: i18n 설정에는 서버사이드에서 지원하는 언어만 사용할 수 있음

This commit is contained in:
Bitdori (Admin) 2026-08-29 22:28:52 +09:00
parent 6ce45d536a
commit 1e76ae65c8

View file

@ -31,8 +31,8 @@ const config: Config = {
// useful metadata like html lang. For example, if your site is Chinese, you // useful metadata like html lang. For example, if your site is Chinese, you
// may want to replace "en" with "zh-Hans". // may want to replace "en" with "zh-Hans".
i18n: { i18n: {
defaultLocale: 'ko', defaultLocale: 'en',
locales: ['ko', 'en'], locales: ['en'],
}, },
presets: [ presets: [