Skip to content

Commit 5899bf0

Browse files
authored
fix the base of zh (close #35) (#36)
1 parent f6ac62f commit 5899bf0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.vitepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default {
1212
localeLinks: {
1313
items: [
1414
{text: 'English', link: '/'},
15-
{text: '中文简体 (未完成)', link: '/zh/'}
15+
{text: '中文简体', link: '/zh/'}
1616
]
1717
},
1818
locales: locales.themeConfig

.vitepress/locales/zh.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11

22
export default {
33
vitepressConfig: {
4-
title: 'Vue 3 迁移指南 (未完成,存在过期内容,请谨慎参考)',
4+
title: 'Vue 3 迁移指南',
55
description: '从 Vue 2 迁移到 Vue 3 的指南',
66
lang: 'zh-CN',
7-
base: '/zh/',
87
},
98
themeConfig: {
109
docFooter: {

0 commit comments

Comments
 (0)