From 3c90cd9774a8755972a7732c0fc7f93a789a3e45 Mon Sep 17 00:00:00 2001 From: Niceplugin Date: Wed, 17 Jul 2024 20:51:27 +0900 Subject: [PATCH] chore: update lunaria for korean locale --- docs/lunaria.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lunaria.config.json b/docs/lunaria.config.json index 337a1a6a..1de46a38 100644 --- a/docs/lunaria.config.json +++ b/docs/lunaria.config.json @@ -6,7 +6,7 @@ }, "files": [ { - "location": ".vitepress/config/{en,zh,pt,ru,es}.ts", + "location": ".vitepress/config/{en,zh,pt,ru,es,ko}.ts", "pattern": ".vitepress/config/@lang.ts", "type": "universal" },