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', - }, ], }, ];