use stale-while-revalidate=3540

This commit is contained in:
Spencer Woo 2022-02-13 16:34:11 +08:00 committed by GitHub
parent d90af814f1
commit cddf85de98
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'
}