(res)
| 50 | key: 'surrogate-control', |
| 51 | }) |
| 52 | export function searchCacheControl(res) { |
| 53 | searchBrowserCacheControl(res) |
| 54 | searchCdnCacheControl(res) |
| 55 | } |
| 56 | |
| 57 | // 24 hours for CDN, we soft-purge this with each deploy |
| 58 | const defaultCDNCacheControl = cacheControlFactory(60 * 60 * 24, { |