Skip to content

Commit 853e2d6

Browse files
committed
1 parent ab31621 commit 853e2d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: src/.vuepress/config.js

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ module.exports = ctx => ({
1010
locales: {
1111
'/': { lang: 'zh-CN' }
1212
},
13+
lang: Object.assign(require('vuepress-theme-meteorlxy/lib/langs/zh-CN'), {
14+
// TODO:https://github.com/meteorlxy/vuepress-theme-meteorlxy/issues/62
15+
notFound: '哎呀!你要找的页面不在这里(刷新一下或许能行。。。)'
16+
}),
1317
evergreen: true,
1418
plugins: [
1519
['@vuepress/google-analytics', {

0 commit comments

Comments
 (0)