Skip to content

Commit 39707a8

Browse files
committed
add wrapped deep link handling
1 parent 5c61ab6 commit 39707a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/frontend/public/.well-known/apple-app-site-association

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
{
1313
"/":"/apps/*",
1414
"comment":"Matches any URL with a path that starts with /apps/."
15+
},
16+
{
17+
"/":"/wrapped",
18+
"comment":"Matches any URL with a path that starts with /wrapped."
1519
}
1620
]
1721
}

0 commit comments

Comments
 (0)