From 4a88eb5f526718ce4b68b9ee4005b632568bcc10 Mon Sep 17 00:00:00 2001 From: userquin Date: Fri, 6 Sep 2024 22:32:45 +0200 Subject: [PATCH] chore: update e2e locales entry --- __tests__/e2e/.vitepress/config.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/__tests__/e2e/.vitepress/config.ts b/__tests__/e2e/.vitepress/config.ts index 9cd9164b..85f5db10 100644 --- a/__tests__/e2e/.vitepress/config.ts +++ b/__tests__/e2e/.vitepress/config.ts @@ -163,12 +163,18 @@ export default defineConfig({ root: { label: 'English', link: 'https://vitepress.dev', - repo: 'https://github.com/vuejs/vitepress' + repository: { + link: 'https://github.com/vuejs/vitepress', + title: 'English Repository' + } }, zh: { label: '简体中文', link: 'https://vitepress.dev/zh/', - repo: 'https://github.com/vitejs/vite' + repository: { + link: 'https://github.com/vitejs/vite', + title: '中文存储库' + } } }, themeConfig: {