Skip to content

Commit

Permalink
Fix: 修复卡片跳转url
Browse files Browse the repository at this point in the history
  • Loading branch information
mofan committed Jun 24, 2024
1 parent 289e02f commit e35e59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function getRandomElements(arr: any[], num: number) {
}

function getCompleteUrl(url: string) {
return `https:${username}.github.io/${url}`;
return `https://${username}.github.io/${url}`;
}

export { getRandomElements, getCompleteUrl };

0 comments on commit e35e59d

Please sign in to comment.