links/vercel.json
2023-01-07 13:30:56 +01:00

15 lines
252 B
JSON

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