From 9b84b8e5c4e59bc752828a5657cb282eb3c46119 Mon Sep 17 00:00:00 2001 From: "Jisung, Ahn" Date: Wed, 13 Jan 2021 14:29:30 +0900 Subject: [PATCH 1/2] add korean translation site --- src/.vuepress/config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 45d81474ac..0dd165c226 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -399,6 +399,10 @@ module.exports = { text: 'Translations', link: '#', items: [ + { + text: '한국어', + link: 'https://v3.vuejs-korea.org/' + }, { text: '中文', link: 'https://v3.cn.vuejs.org/' From 629b3b982346be884dad955e71f222a13bd3fea2 Mon Sep 17 00:00:00 2001 From: "Jisung, Ahn" Date: Thu, 14 Jan 2021 09:46:51 +0900 Subject: [PATCH 2/2] change domain to v3.ko.vuejs.org --- src/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 0dd165c226..94f032f78a 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -401,7 +401,7 @@ module.exports = { items: [ { text: '한국어', - link: 'https://v3.vuejs-korea.org/' + link: 'https://v3.ko.vuejs.org/' }, { text: '中文',