Skip to content

Commit 29b44a6

Browse files
committed
docs: add blog of author
1 parent 53ed88c commit 29b44a6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/.vitepress/config.js

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ export default {
1212
search: {
1313
provider: 'local'
1414
},
15+
nav: [
16+
{ text: '博客', link: 'https://axolo.github.io' }
17+
],
1518
socialLinks: [{
1619
icon: 'github',
1720
link: 'https://github.com/axolo/tree-array'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"lodash.clonedeep": "^4.5.0",
4545
"sass": "^1.74.1",
4646
"vite": "^5.2.8",
47-
"vitepress": "^1.1.0",
47+
"vitepress": "^1.1.4",
4848
"vue": "^3.4.21",
4949
"vue-json-pretty": "^2.4.0"
5050
}

0 commit comments

Comments
 (0)