Skip to content

Commit

Permalink
chore: update ghproxy host
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Nov 24, 2023
1 parent 3ba9298 commit 9cc5368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/HeroSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const HeroSection = ({ release }) => {

const getDownloadCdnUrl = (rawUrl) => {
if (!githubAccessible) {
return `https://ghproxy.com/${rawUrl.replace('//', '/')}`
return `https://mirror.ghproxy.com/${rawUrl.replace('//', '/')}`
} else {
return rawUrl
}
Expand Down

0 comments on commit 9cc5368

Please sign in to comment.