feat: deeplink & vercel
This commit is contained in:
+16
-1
@@ -1,3 +1,18 @@
|
||||
{
|
||||
"rewrites": [{ "source": "/tasks/:taskId", "destination": "/index.html" }]
|
||||
"rewrites": [
|
||||
{ "source": "/music/:musicId", "destination": "/index.html" },
|
||||
{ "source": "/tasks/:taskId", "destination": "/index.html" },
|
||||
{ "source": "/playback/:playbackId", "destination": "/index.html" }
|
||||
],
|
||||
"headers": [
|
||||
{
|
||||
"source": "/.well-known/apple-app-site-association",
|
||||
"headers": [
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json; charset=utf-8"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user