We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba9298 commit 9cc5368Copy full SHA for 9cc5368
components/HeroSection.js
@@ -49,7 +49,7 @@ const HeroSection = ({ release }) => {
49
50
const getDownloadCdnUrl = (rawUrl) => {
51
if (!githubAccessible) {
52
- return `https://ghproxy.com/${rawUrl.replace('//', '/')}`
+ return `https://mirror.ghproxy.com/${rawUrl.replace('//', '/')}`
53
} else {
54
return rawUrl
55
}
0 commit comments