Skip to content

Commit

Permalink
fix: support profile deep links on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
aswin-s committed Jul 5, 2023
1 parent 7e908b1 commit eca28a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .well-known/apple-app-site-association
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"/": "/r/*",
"comment": "Reports"
},
{
"/": "/a/*",
"comment": "Profile Page"
},
{
"/": "/settings/*",
"comment": "Profile and app settings"
Expand Down

0 comments on commit eca28a8

Please sign in to comment.