mirror of
https://github.com/Lissy93/personal-security-checklist.git
synced 2026-03-11 08:55:32 +00:00
Fixes Vercel config
This commit is contained in:
parent
23dac76b8d
commit
f751934e53
1 changed files with 1 additions and 12 deletions
|
|
@ -41,16 +41,5 @@
|
|||
}
|
||||
],
|
||||
"cleanUrls": true,
|
||||
"trailingSlash": false,
|
||||
"staticHeaders": [
|
||||
{
|
||||
"source": "/static/(.*)",
|
||||
"headers": [
|
||||
{
|
||||
"key": "Cache-Control",
|
||||
"value": "public, max-age=604800, immutable"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
"trailingSlash": false
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue