KatelyaTV/vercel.json

20 lines
308 B
JSON

{
"headers": [
{
"source": "/fonts/inter-var-latin.woff2",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=31536000, immutable"
}
]
}
],
"crons": [
{
"path": "/api/cron",
"schedule": "0 1 * * *"
}
]
}