docs: redeploy docs with new base

This commit is contained in:
John Howe
2024-12-29 11:27:26 +08:00
parent a1d9be8599
commit bcb0aebdb6

View File

@@ -3,7 +3,7 @@ import { withMermaid } from 'vitepress-plugin-mermaid'
// https://vitepress.dev/reference/site-config
let config = defineConfig({
base: "/bilive/",
base: "/",
title: "bilive",
description: "Official documentation",
themeConfig: {
@@ -33,7 +33,7 @@ let config = defineConfig({
level: [2, 4]
},
socialLinks: [
{ icon: 'github', link: 'https://github.com/timerring/bilive' }
{ icon: 'github', link: 'https://bilive.timerring.com' }
],
},
// optionally, you can pass MermaidConfig