Skip to content

Commit 9cc5368

Browse files
committed
chore: update ghproxy host
1 parent 3ba9298 commit 9cc5368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/HeroSection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const HeroSection = ({ release }) => {
4949

5050
const getDownloadCdnUrl = (rawUrl) => {
5151
if (!githubAccessible) {
52-
return `https://ghproxy.com/${rawUrl.replace('//', '/')}`
52+
return `https://mirror.ghproxy.com/${rawUrl.replace('//', '/')}`
5353
} else {
5454
return rawUrl
5555
}

0 commit comments

Comments
 (0)