Files
musicland/vercel.json
T
2025-11-05 09:56:26 +01:00

19 lines
457 B
JSON

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