Files
freno-dev/vercel.json
2025-12-30 09:20:56 -05:00

23 lines
390 B
JSON

{
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=0, stale-while-revalidate=60"
}
]
},
{
"source": "/_build/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=31536000, immutable"
}
]
}
]
}