dev-sidecar/packages/core/start/user_config.json5

25 lines
466 B
Plaintext
Raw Normal View History

2020-11-07 17:59:00 +00:00
{
2020-11-09 09:14:25 +00:00
server: {
intercepts: {
'github1.githubassets.com': {
'.*': {
redirect: 'assets.fastgit.org',
test: 'https://github.githubassets.com/favicons/favicon.svg',
desc: '静态资源加速'
}
},
'github.githubassets.com': null,
2020-11-09 09:14:25 +00:00
'notify3.note.youdao.com': {
'/pushserver3/.*': {
abort: true
},
}
},
2020-11-09 09:14:25 +00:00
},
2020-11-07 17:59:00 +00:00
plugin: {
node: {
enabled: true
}
}
}