Skip to content

Commit aacdaba

Browse files
[Mobile] Exclude user pages from HCB mobile deeplinking (#10971)
## Summary of the problem HCB mobile currently deep links user pages (/my/settings, /my/inbox) which do not have full feature parity. ## Describe your changes Excludes `/my/*`
1 parent d28d8c7 commit aacdaba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
"/": "/admin/*",
3535
"exclude": true
3636
},
37+
{
38+
"/": "/my/*",
39+
"exclude": true
40+
},
3741
{
3842
"/": "/?*",
3943
"comment": "Organization homepages"

0 commit comments

Comments
 (0)