From b6a9bf090c4d32e1e60c8e0aba984089495b311d Mon Sep 17 00:00:00 2001 From: Ahmad <103906421+ahmadk953@users.noreply.github.com> Date: Tue, 31 Dec 2024 20:05:31 -0500 Subject: [PATCH] Removed Some Caching --- next.config.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/next.config.ts b/next.config.ts index 98b763b..6d2ba87 100644 --- a/next.config.ts +++ b/next.config.ts @@ -31,14 +31,6 @@ const nextConfig: NextConfig = { key: 'Document-Policy', value: 'js-profiling', }, - { - key: 'CDN-Cache-Control', - value: 'public, s-maxage=15', - }, - { - key: 'Vercel-CDN-Cache-Control', - value: 'public, s-maxage=30', - }, ], }, ];