From 95249f521c3decabc6e050b6a9d702adcfa1aeac Mon Sep 17 00:00:00 2001 From: r-freeman Date: Wed, 1 Feb 2023 21:01:22 +0000 Subject: [PATCH] Removed cache-control header from config --- next.config.mjs | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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" - // } - // ] - // } + } ] } }