mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-02 03:39:38 +00:00
Added Arcjet Security and Updated Caching on Cards
This commit is contained in:
parent
06aac8524a
commit
611adcddff
9 changed files with 261 additions and 19 deletions
|
@ -42,8 +42,8 @@ export async function GET(
|
|||
status: 200,
|
||||
headers: {
|
||||
'Cache-Control': 'public, s-maxage=1',
|
||||
'CDN-Cache-Control': 'public, s-maxage=60',
|
||||
'Vercel-CDN-Cache-Control': 'public, s-maxage=120',
|
||||
'CDN-Cache-Control': 'public, s-maxage=30',
|
||||
'Vercel-CDN-Cache-Control': 'public, s-maxage=60',
|
||||
},
|
||||
});
|
||||
} catch (error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue