We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ed88c commit 29b44a6Copy full SHA for 29b44a6
docs/.vitepress/config.js
@@ -12,6 +12,9 @@ export default {
12
search: {
13
provider: 'local'
14
},
15
+ nav: [
16
+ { text: '博客', link: 'https://axolo.github.io' }
17
+ ],
18
socialLinks: [{
19
icon: 'github',
20
link: 'https://github.com/axolo/tree-array'
package.json
@@ -44,7 +44,7 @@
44
"lodash.clonedeep": "^4.5.0",
45
"sass": "^1.74.1",
46
"vite": "^5.2.8",
47
- "vitepress": "^1.1.0",
+ "vitepress": "^1.1.4",
48
"vue": "^3.4.21",
49
"vue-json-pretty": "^2.4.0"
50
}
0 commit comments