From eae8915a0114dde6e61c51d333836af7a7f7752b Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Fri, 5 Nov 2021 09:57:01 +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 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/core/src/config/remote_config.json5 b/packages/core/src/config/remote_config.json5 index 1b0fdcca..56914961 100644 --- a/packages/core/src/config/remote_config.json5 +++ b/packages/core/src/config/remote_config.json5 @@ -3,10 +3,8 @@ intercepts: { 'github.githubassets.com': { '.*': { -// proxy: 'assets.fastgit.org', -// sni: null, - proxy: 'github.githubassets.com', - sni: null + proxy: 'assets.fastgit.org', + sni: null, } } },