Skip to content

Commit d8c9568

Browse files
committed
docs: update site title from 'VuePress 1.x' to 'VuePress'
See: #1737
1 parent 9b53161 commit d8c9568

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/docs/docs/.vuepress/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ module.exports = ctx => ({
55
locales: {
66
'/': {
77
lang: 'en-US',
8-
title: 'VuePress 1.x',
8+
title: 'VuePress',
99
description: 'Vue-powered Static Site Generator'
1010
},
1111
'/zh/': {
1212
lang: 'zh-CN',
13-
title: 'VuePress 1.x',
13+
title: 'VuePress',
1414
description: 'Vue 驱动的静态网站生成器'
1515
}
1616
},

0 commit comments

Comments
 (0)