From a52ca0aca5501388e6a24d347b22a5a8ce7879d0 Mon Sep 17 00:00:00 2001 From: userquin Date: Fri, 6 Sep 2024 22:11:31 +0200 Subject: [PATCH] chore: include root locale link --- __tests__/e2e/.vitepress/config.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/__tests__/e2e/.vitepress/config.ts b/__tests__/e2e/.vitepress/config.ts index 45b9b2d1..9cd9164b 100644 --- a/__tests__/e2e/.vitepress/config.ts +++ b/__tests__/e2e/.vitepress/config.ts @@ -160,7 +160,11 @@ export default defineConfig({ } }, locales: { - root: { label: 'English', repo: 'https://github.com/vuejs/vitepress' }, + root: { + label: 'English', + link: 'https://vitepress.dev', + repo: 'https://github.com/vuejs/vitepress' + }, zh: { label: '简体中文', link: 'https://vitepress.dev/zh/',