19 lines
457 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|