1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-06 14:52:50 +08:00

docs: 修改文档代理地址

This commit is contained in:
涵曦
2024-12-23 16:41:12 +08:00
parent 617a961816
commit 956c569b93

View File

@@ -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',
}),
],
}