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: {
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/',

Loading…
Cancel
Save