mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Removed Some Caching
This commit is contained in:
parent
dbecdc0212
commit
b6a9bf090c
1 changed files with 0 additions and 8 deletions
|
@ -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',
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue