www_ourworld_freezone/vercel.json
sasha-astiadi 30a3c6a3d1 new
2024-07-01 17:20:18 +02:00

16 lines
252 B
JSON

{
"cleanUrls": true,
"trailingSlash": false,
"headers": [
{
"source": "/_astro/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=31536000, immutable"
}
]
}
]
}