Skip to content

Commit bcb0aeb

Browse files
committed
docs: redeploy docs with new base
1 parent a1d9be8 commit bcb0aeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { withMermaid } from 'vitepress-plugin-mermaid'
33

44
// https://vitepress.dev/reference/site-config
55
let config = defineConfig({
6-
base: "/bilive/",
6+
base: "/",
77
title: "bilive",
88
description: "Official documentation",
99
themeConfig: {
@@ -33,7 +33,7 @@ let config = defineConfig({
3333
level: [2, 4]
3434
},
3535
socialLinks: [
36-
{ icon: 'github', link: 'https://github.com/timerring/bilive' }
36+
{ icon: 'github', link: 'https://bilive.timerring.com' }
3737
],
3838
},
3939
// optionally, you can pass MermaidConfig

0 commit comments

Comments
 (0)