add player

This commit is contained in:
2026-05-19 09:31:42 +00:00
commit c5d817dd41
5 changed files with 384 additions and 0 deletions

17
vercel.json Normal file
View File

@@ -0,0 +1,17 @@
{
"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" }
]
}