chore: remove stale-while-revalidate

This commit is contained in:
DIYgod 2023-08-23 21:28:28 +01:00
parent 2e48204f9e
commit eb130af835
No known key found for this signature in database
1 changed files with 0 additions and 9 deletions

View File

@ -80,15 +80,6 @@ module.exports = withBundleAnalyzer({
},
],
},
{
source: "/api/:path*",
headers: [
{
key: "Cache-Control",
value: "s-maxage=1, stale-while-revalidate",
},
],
},
]
},
staticPageGenerationTimeout: 3600,