www_mycelium/vercel.json
sasha-astiadi 0176ba951a new web
2024-05-03 22:15:09 +02:00

48 lines
813 B
JSON

{
"build": {
"env": {
"ZOLA_VERSION": "0.14.0"
}
},
"github": {
"silent": true
},
"headers": [
{
"source": "/css/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=2678400"
}
]
},
{
"source": "/images/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=2678400"
}
]
},
{
"source": "/images/icons/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=2678400"
}
]
},
{
"source": "/fonts/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=2678400"
}
]
}
]
}