From 5043080700012d581e6892a538acf51eefd612a8 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Fri, 5 Nov 2021 09:58:10 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=81=A2=E5=A4=8Dfastgit=20asserts?= =?UTF-8?q?=E7=9A=84proxy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/src/config/remote_config.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/src/config/remote_config.json5 b/packages/core/src/config/remote_config.json5 index 5691496..18d577a 100644 --- a/packages/core/src/config/remote_config.json5 +++ b/packages/core/src/config/remote_config.json5 @@ -4,6 +4,7 @@ 'github.githubassets.com': { '.*': { proxy: 'assets.fastgit.org', + backup: ['github.githubassets.com'], sni: null, } }