Skip to content

Commit

Permalink
docs: redeploy docs with new base
Browse files Browse the repository at this point in the history
  • Loading branch information
timerring committed Dec 29, 2024
1 parent a1d9be8 commit bcb0aeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bcb0aeb

Please sign in to comment.