chore: include root locale link

userquin/feat-add-external-translation-repo-links
userquin 1 year ago
parent 2ab1ff5fd1
commit a52ca0aca5

@ -160,7 +160,11 @@ export default defineConfig({
} }
}, },
locales: { locales: {
root: { label: 'English', repo: 'https://github.com/vuejs/vitepress' }, root: {
label: 'English',
link: 'https://vitepress.dev',
repo: 'https://github.com/vuejs/vitepress'
},
zh: { zh: {
label: '简体中文', label: '简体中文',
link: 'https://vitepress.dev/zh/', link: 'https://vitepress.dev/zh/',

Loading…
Cancel
Save