From 8208e73cca35c152e31498a641c87b11e9f4a465 Mon Sep 17 00:00:00 2001 From: Sh Raj Date: Sat, 23 Mar 2024 12:41:25 +0000 Subject: [PATCH] catch control on --- next.config.mjs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index 710816f..ba7a1c6 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -5,10 +5,6 @@ const nextConfig = { { source: '/:path*', headers: [ - { - key: 'Cache-Control', - value: 'no-store', - }, { key: 'X-Robots-Tag', value: 'index, follow',