Skip to content

Commit

Permalink
fix the base of zh (close #35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinjiang committed Mar 7, 2023
1 parent f6ac62f commit d5f0bb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default {
localeLinks: {
items: [
{text: 'English', link: '/'},
{text: '中文简体 (未完成)', link: '/zh/'}
{text: '中文简体', link: '/zh/'}
]
},
locales: locales.themeConfig
Expand Down
3 changes: 1 addition & 2 deletions .vitepress/locales/zh.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@

export default {
vitepressConfig: {
title: 'Vue 3 迁移指南 (未完成,存在过期内容,请谨慎参考)',
title: 'Vue 3 迁移指南',
description: '从 Vue 2 迁移到 Vue 3 的指南',
lang: 'zh-CN',
base: '/zh/',
},
themeConfig: {
docFooter: {
Expand Down

0 comments on commit d5f0bb0

Please sign in to comment.