Skip to content

Commit

Permalink
docs: 修改文档代理地址
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Dec 23, 2024
1 parent 617a961 commit 956c569
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,23 @@ export default async ({ mode }) => {
},
},
logLevel: 'warn',
vite:{
vite: {
plugins: [
AutoSidebar({
path:'.',
path: '.',
collapsed: true,
titleFromFile: true,
}),
GitHubIssuesPlugin({
repo: 'hanxi/xiaomusic',
token: env.VITE_GITHUB_ISSUES_TOKEN,
replaceRules:[
replaceRules: [
{
baseUrl: 'https://github.com/hanxi/xiaomusic/issues',
targetUrl: '/issues',
},
],
githubProxy: 'https://github.hanxi.cc/proxy',
githubProxy: 'https://gproxy.hanxi.cc/proxy',
}),
],
}
Expand Down

0 comments on commit 956c569

Please sign in to comment.