diff --git a/gg-mono/apps/react-frontend/public/.well-known/apple-app-site-association b/gg-mono/apps/react-frontend/public/.well-known/apple-app-site-association index fb02df854..6508ae7de 100644 --- a/gg-mono/apps/react-frontend/public/.well-known/apple-app-site-association +++ b/gg-mono/apps/react-frontend/public/.well-known/apple-app-site-association @@ -2,8 +2,18 @@ "applinks": { "details": [ { - "appIDs": ["6475198290.com.guardianghost.mobile"], - "paths": ["/auth"] + "appIDs": ["X2Z8M625Y9.com.guardianghost.mobile"], + "components": [ + { + "#": "no_universal_links", + "exclude": true, + "comment": "Matches any URL with a fragment that equals no_universal_links and instructs the system not to open it as a universal link." + }, + { + "/": "/auth", + "comment": "Matches a URL with a path that starts with /auth." + } + ] } ] },