We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a0649 commit 38c82d9Copy full SHA for 38c82d9
1 file changed
.vitepress/config.mts
@@ -3,14 +3,13 @@ import { defineConfig } from 'vitepress'
3
// https://vitepress.dev/reference/site-config
4
export default defineConfig({
5
srcDir: "docs",
6
-
+
7
title: "vectorlex.github.io",
8
description: "vectorlex的个人网站",
9
themeConfig: {
10
// https://vitepress.dev/reference/default-theme-config
11
nav: [
12
{ text: 'Home', link: '/' },
13
- { text: 'Examples', link: '/markdown-examples' }
14
],
15
16
sidebar: [
@@ -24,7 +23,8 @@ export default defineConfig({
24
23
25
26
socialLinks: [
27
- { icon: 'github', link: 'https://github.com/vuejs/vitepress' }
+ { icon: 'github', link: 'https://github.com/vectorlex/' },
+ { icon: 'bilibili', link: 'https://space.bilibili.com/3546949391223286' }
28
]
29
}
30
})
0 commit comments