From 9cc53680abae9360773c3f5cf3bead54367b9c3e Mon Sep 17 00:00:00 2001 From: liwei Date: Fri, 24 Nov 2023 13:46:45 +0800 Subject: [PATCH] chore: update ghproxy host --- components/HeroSection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }