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: {