personal-security-checklist/web/vercel.json

17 lines
267 B
JSON
Raw Normal View History

{
"version": 2,
"headers": [
{
"source": "/build/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=31536000, immutable"
}
]
}
],
"cleanUrls": true,
2024-02-11 00:07:19 +00:00
"trailingSlash": false
}