File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,14 @@ export default defineThemeConfig({
1515 pure : true ,
1616 navbar : navbarConfig ,
1717 sidebar : sidebarConfig ,
18+ pageInfo : [
19+ "Author" ,
20+ "Category" ,
21+ "Tag" ,
22+ "Date" ,
23+ "Original" ,
24+ "Word" ,
25+ ] ,
1826 blog : {
1927 intro : "/about-the-author/" ,
2028 sidebarDisplay : "mobile" ,
Original file line number Diff line number Diff line change 1414 "webpack-serve" : " vuepress-webpack dev docs"
1515 },
1616 "devDependencies" : {
17- "@vuepress/plugin-search" : " ^2.0.0-beta.36" ,
18- "vuepress-theme-hope" : " 2.0.0-beta.5" ,
17+ "vuepress-theme-hope" : " 2.0.0-beta.13" ,
1918 "vuepress-vite" : " 2.0.0-beta.36" ,
20- "vuepress-webpack" : " 2.0.0-beta.36"
19+ "vuepress-webpack" : " 2.0.0-beta.36" ,
20+ "@vuepress/plugin-search" : " ^2.0.0-beta.36"
2121 }
2222}
You can’t perform that action at this time.
0 commit comments