change s-maxage back to 600

This commit is contained in:
Spencer Woo
2022-02-13 11:29:49 +08:00
committed by GitHub
parent a8ea73c564
commit 7855ff2faa
+1 -1
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=1, stale-while-revalidate=59'
cacheControlHeader: 'max-age=0, s-maxage=600, stale-while-revalidate=59'
}