diff --git a/config/api.config.js b/config/api.config.js index 281ee99..5bcf6f7 100644 --- a/config/api.config.js +++ b/config/api.config.js @@ -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' }