diff --git a/.vitepress/config.ts b/.vitepress/config.ts index a97b6f7139..b1c3736065 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -636,6 +636,11 @@ export default defineConfigWithTheme({ text: 'Français', repo: 'https://github.com/vuejs-translations/docs-fr' }, + { + link: 'https://ko.vuejs.org', + text: '한국어', + repo: 'https://github.com/vuejs-translations/docs-ko' + }, { link: '/translations/', text: 'Help Us Translate!',