dragonschildstudios.com/vercel.json
2024-01-20 20:23:29 +13:00

15 lines
252 B
JSON

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