Browse Source

perf: 恢复fastgit asserts的proxy

pull/192/head
xiaojunnuo 3 years ago
parent
commit
eae8915a01
  1. 6
      packages/core/src/config/remote_config.json5

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

Loading…
Cancel
Save