diff --git a/next.config.js b/next.config.js index 9321aa6e..f69d2393 100644 --- a/next.config.js +++ b/next.config.js @@ -80,15 +80,6 @@ module.exports = withBundleAnalyzer({ }, ], }, - { - source: "/api/:path*", - headers: [ - { - key: "Cache-Control", - value: "s-maxage=1, stale-while-revalidate", - }, - ], - }, ] }, staticPageGenerationTimeout: 3600,