Skip to content

Commit

Permalink
fix: link error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovler-Young committed Jul 24, 2024
1 parent e9a0c77 commit 310dab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/server/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const source_to_link = (source_type: string, source_id: string) => {
case "series":
return `https://space.bilibili.com/list/${source_id}?sid=${source_id}`;
case "up_videos":
return `https://space.bilibili.com/u/${source_id}`;
return `https://space.bilibili.com/${source_id}`;
default:
return "";
}
Expand Down

0 comments on commit 310dab6

Please sign in to comment.