mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 04:33:10 +00:00
Updated Tests and Caching
This commit is contained in:
parent
5ba9387411
commit
dbecdc0212
3 changed files with 36 additions and 1 deletions
|
@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue