links/vercel.json

16 lines
252 B
JSON
Raw Normal View History

2023-01-07 13:30:56 +01:00
{
"cleanUrls": true,
"trailingSlash": false,
"headers": [
{
"source": "/assets/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=31536000, immutable"
}
]
}
]
}