拦截配置优化。
parent
23a57f7247
commit
633c03d6d7
|
@ -126,8 +126,8 @@ module.exports = {
|
|||
sni: 'baidu.com'
|
||||
},
|
||||
'^/.*\\.png(\\?.*)?$': {
|
||||
cacheDays: 365,
|
||||
desc: '用户在PR或issue等内容中上传的图片,缓存1年。注:每张图片都有唯一的ID,不会重复,可以安心缓存'
|
||||
cacheHours: 1,
|
||||
desc: '用户在PR或issue等内容中上传的图片,缓存1小时就够了,因为每次刷新页面都是不一样的链接。'
|
||||
}
|
||||
},
|
||||
'avatars.githubusercontent.com': {
|
||||
|
|
Loading…
Reference in New Issue