Skip to content

Commit

Permalink
docs: disable locales
Browse files Browse the repository at this point in the history
  • Loading branch information
zce committed Nov 24, 2023
1 parent a189e49 commit 1c4c22d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ export default defineConfig({
['meta', { name: 'og:site_name', content: 'Velite' }],
['meta', { name: 'og:image', content: 'https://velite.js.org/velite-og.png' }]
],
locales: {
root: { label: 'English', lang: 'en', link: '/' },
'zh-CN': {
label: '简体中文',
lang: 'zh-CN',
link: '/zh-CN/',
description: '使用类型安全的模式将 Markdown、YAML、JSON 或其他文件转换为应用程序的数据层。'
}
},
// locales: {
// root: { label: 'English', lang: 'en', link: '/' },
// 'zh-CN': {
// label: '简体中文',
// lang: 'zh-CN',
// link: '/zh-CN/',
// description: '使用类型安全的模式将 Markdown、YAML、JSON 或其他文件转换为应用程序的数据层。'
// }
// },
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
siteTitle: false,
Expand Down

0 comments on commit 1c4c22d

Please sign in to comment.