diff --git a/components/HeroSection.js b/components/HeroSection.js index ccc53b6..8823a10 100644 --- a/components/HeroSection.js +++ b/components/HeroSection.js @@ -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 }