mirror of https://github.com/vuejs/vitepress
parent
87bd4731c0
commit
ee82e76993
@ -1,20 +0,0 @@
|
||||
import { defineConfig } from 'vitepress'
|
||||
import en from './en'
|
||||
import zh from './zh'
|
||||
|
||||
export default defineConfig({
|
||||
locales: {
|
||||
root: {
|
||||
label: 'English',
|
||||
lang: en.lang,
|
||||
themeConfig: en.themeConfig,
|
||||
description: en.description
|
||||
},
|
||||
zh: {
|
||||
label: '简体中文',
|
||||
lang: zh.lang,
|
||||
themeConfig: zh.themeConfig,
|
||||
description: zh.description
|
||||
}
|
||||
}
|
||||
})
|
Loading…
Reference in new issue