Skip to content

Commit 34519e2

Browse files
committed
fix: mWeb/Safari - UI is jumping when switching between tabs
1 parent 76e3fe5 commit 34519e2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
"/": "/a/*",
1313
"comment": "Profile Page"
1414
},
15+
{
16+
"/": "/home/*",
17+
"comment": "Home Page"
18+
},
19+
{
20+
"/": "/workspaces/*",
21+
"comment": "Workspaces List Page"
22+
},
1523
{
1624
"/": "/settings/*",
1725
"comment": "Profile and app settings"

0 commit comments

Comments
 (0)