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, } } },