Skip to content

Commit

Permalink
update: 修改 base
Browse files Browse the repository at this point in the history
  • Loading branch information
hefengbao committed Sep 1, 2024
1 parent 561de15 commit e59c9da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineConfig({
lang: 'zh-Hans',
title: "One",
description: "简洁的博客、微博客系统",
base: "/one/",
base: "/yuzhu/",
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
Expand All @@ -27,7 +27,7 @@ export default defineConfig({
},

socialLinks: [
{ icon: 'github', link: 'https://github.com/hefengbao/one' }
{ icon: 'github', link: 'https://github.com/hefengbao/yuzhu' }
]
}
})

0 comments on commit e59c9da

Please sign in to comment.