Skip to content

Commit 70c4f81

Browse files
committed
设置中文简体语言
1 parent 5e55caf commit 70c4f81

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

text/.vuepress/config.js

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ module.exports = {
55
 title: 'nodebook',
66
 description: 'Node 基础教程',
77
base,
8+
locales: {
9+
'/': {
10+
lang: 'zh-CN',
11+
},
12+
},
813
dest: 'output',
914
head: [
1015
[

0 commit comments

Comments
 (0)