From 3b326afdb0956b29fd3ba48e994678b5930f2d78 Mon Sep 17 00:00:00 2001 From: r-freeman Date: Wed, 1 Feb 2023 20:56:48 +0000 Subject: [PATCH] Testing cache-control --- next.config.mjs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index c9eadc9..8a43a50 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -37,15 +37,15 @@ const nextConfig = { } ] }, - { - source: '/api/views/:slug', - headers: [ - { - key: "Cache-Control", - value: "public, max-age=0, must-revalidate" - } - ] - } + // { + // source: '/api/views/:slug', + // headers: [ + // { + // key: "Cache-Control", + // value: "public, max-age=0, must-revalidate" + // } + // ] + // } ] } }