Removed Some Caching

This commit is contained in:
Ahmad 2024-12-31 20:05:31 -05:00
parent dbecdc0212
commit b6a9bf090c
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF

View file

@ -31,14 +31,6 @@ const nextConfig: NextConfig = {
key: 'Document-Policy', key: 'Document-Policy',
value: 'js-profiling', value: 'js-profiling',
}, },
{
key: 'CDN-Cache-Control',
value: 'public, s-maxage=15',
},
{
key: 'Vercel-CDN-Cache-Control',
value: 'public, s-maxage=30',
},
], ],
}, },
]; ];