www_projectinca/vercel.json

16 lines
252 B
JSON
Raw Normal View History

2024-06-04 12:03:43 +00:00
{
"cleanUrls": true,
"trailingSlash": false,
"headers": [
{
"source": "/_astro/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=31536000, immutable"
}
]
}
]
}