Files
cdnplayerjs/vercel.json
2026-05-19 09:31:42 +00:00

18 lines
404 B
JSON

{
"cleanUrls": true,
"trailingSlash": false,
"headers": [
{
"source": "/(.*)",
"headers": [
{ "key": "Cache-Control", "value": "public, max-age=300" },
{ "key": "X-Frame-Options", "value": "SAMEORIGIN" },
{ "key": "X-Content-Type-Options", "value": "nosniff" }
]
}
],
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
]
}