File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,13 @@ import { defineConfig } from 'vitepress'
33// https://vitepress.dev/reference/site-config
44export default defineConfig ( {
55 srcDir : "docs" ,
6-
6+
77 title : "vectorlex.github.io" ,
88 description : "vectorlex的个人网站" ,
99 themeConfig : {
1010 // https://vitepress.dev/reference/default-theme-config
1111 nav : [
1212 { text : 'Home' , link : '/' } ,
13- { text : 'Examples' , link : '/markdown-examples' }
1413 ] ,
1514
1615 sidebar : [
@@ -24,7 +23,8 @@ export default defineConfig({
2423 ] ,
2524
2625 socialLinks : [
27- { icon : 'github' , link : 'https://github.com/vuejs/vitepress' }
26+ { icon : 'github' , link : 'https://github.com/vectorlex/' } ,
27+ { icon : 'bilibili' , link : 'https://space.bilibili.com/3546949391223286' }
2828 ]
2929 }
3030} )
You can’t perform that action at this time.
0 commit comments