personal-security-checklist/web/vercel.json

14 lines
223 B
JSON
Raw Normal View History

{
"headers": [
{
"source": "/build/(.*)",
"headers": [
{
"key": "Cache-Control",
2024-02-11 00:15:14 +00:00
"value": "public, max-age=31536000, s-maxage=31536000, immutable"
}
]
}
2024-02-11 00:15:14 +00:00
]
}