Updated Tests and Caching

This commit is contained in:
Ahmad 2024-12-31 19:52:59 -05:00
parent 5ba9387411
commit dbecdc0212
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
3 changed files with 36 additions and 1 deletions

View file

@ -31,6 +31,14 @@ 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',
},
],
},
];