We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d9be8 commit bcb0aebCopy full SHA for bcb0aeb
docs/.vitepress/config.mts
@@ -3,7 +3,7 @@ import { withMermaid } from 'vitepress-plugin-mermaid'
3
4
// https://vitepress.dev/reference/site-config
5
let config = defineConfig({
6
- base: "/bilive/",
+ base: "/",
7
title: "bilive",
8
description: "Official documentation",
9
themeConfig: {
@@ -33,7 +33,7 @@ let config = defineConfig({
33
level: [2, 4]
34
},
35
socialLinks: [
36
- { icon: 'github', link: 'https://github.com/timerring/bilive' }
+ { icon: 'github', link: 'https://bilive.timerring.com' }
37
],
38
39
// optionally, you can pass MermaidConfig
0 commit comments