From 1e76ae65c8a10604e8d0ef864fc894915eddea5d Mon Sep 17 00:00:00 2001 From: "Bitdori (Admin)" Date: Sat, 29 Aug 2026 22:28:52 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20i18n=20=EC=84=A4=EC=A0=95=EC=97=90?= =?UTF-8?q?=EB=8A=94=20=EC=84=9C=EB=B2=84=EC=82=AC=EC=9D=B4=EB=93=9C?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EC=A7=80=EC=9B=90=ED=95=98=EB=8A=94=20?= =?UTF-8?q?=EC=96=B8=EC=96=B4=EB=A7=8C=20=EC=82=AC=EC=9A=A9=ED=95=A0=20?= =?UTF-8?q?=EC=88=98=20=EC=9E=88=EC=9D=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docusaurus.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index c051b0f..3f468ee 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -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: [