Files
blog/vercel.json
2022-11-06 16:12:42 -05:00

16 lines
252 B
JSON

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