use stale-while-revalidate=3540
This commit is contained in:
parent
d90af814f1
commit
cddf85de98
|
|
@ -31,5 +31,5 @@ module.exports = {
|
|||
|
||||
// Cache-Control header, check Vercel documentation for more details.
|
||||
// https://vercel.com/docs/concepts/edge-network/caching
|
||||
cacheControlHeader: 'max-age=0, s-maxage=3600, must-revalidate'
|
||||
cacheControlHeader: 'max-age=0, s-maxage=3600, stale-while-revalidate=3540'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue