Files
musicland/vercel.json
T
2025-11-05 10:15:50 +01:00

22 lines
652 B
JSON

{
"rewrites": [
{ "source": "/link", "destination": "/index.html" },
{ "source": "/link/:path*", "destination": "/index.html" },
{ "source": "/music/:musicId", "destination": "/index.html" },
{ "source": "/tasks/:taskId", "destination": "/index.html" },
{ "source": "/playback/:playbackId", "destination": "/index.html" },
{ "source": "/playbacks/:playbackId", "destination": "/index.html" }
],
"headers": [
{
"source": "/.web/well-known/apple-app-site-association",
"headers": [
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
}
]
}
]
}