Files
MoonTVPlus/vercel.json

20 lines
315 B
JSON
Raw Normal View History

2025-08-12 21:50:58 +08:00
{
"headers": [
{
"source": "/fonts/inter-var-latin.woff2",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=31536000, immutable"
}
]
}
],
"crons": [
{
2026-01-01 22:38:42 +08:00
"path": "/api/cron/mtvpls",
2025-08-12 21:50:58 +08:00
"schedule": "0 1 * * *"
}
]
}