diff --git a/next.config.mjs b/next.config.mjs index 8a43a50..e84c099 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -36,16 +36,7 @@ const nextConfig = { value: "s-maxage=1, stale-while-revalidate=59" } ] - }, - // { - // source: '/api/views/:slug', - // headers: [ - // { - // key: "Cache-Control", - // value: "public, max-age=0, must-revalidate" - // } - // ] - // } + } ] } }