Skip to content

Commit

Permalink
fix: github_asset_id
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed May 31, 2024
1 parent 6078558 commit c9bb341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const redirectImport: RouteRecordRedirectOption = (to) => {
if (!github_asset_id) {
return { path: '/404' };
}
const url = `https://github.com/gkd-kit/inspect/files/${github_asset_id}/file.zip`;
const url = `https://github.com/user-attachments/files/${github_asset_id}/file.zip`;
return {
path: '/i',
query: {
Expand Down

0 comments on commit c9bb341

Please sign in to comment.