personal-security-checklist/web/vercel.json

14 lines
223 B
JSON
Raw Normal View History

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