Skip to content

Commit d0ca043

Browse files
committed
add title and lang
1 parent 06610e3 commit d0ca043

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/.vuepress/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ export default defineUserConfig({
1212
locales: {
1313
"/": {
1414
lang: "en-US",
15-
title: "",
15+
title: "Java Design Patterns",
1616
description: "",
1717
},
1818
"/zh/": {
19-
lang: "",
20-
title: "",
19+
lang: "zh-CN",
20+
title: "Java Design Patterns",
2121
description: "",
2222
},
2323
},

0 commit comments

Comments
 (0)