diff --git a/public/.well-known/apple-app-site-association b/public/.well-known/apple-app-site-association index 6bd49b4..1170757 100644 --- a/public/.well-known/apple-app-site-association +++ b/public/.well-known/apple-app-site-association @@ -5,8 +5,16 @@ "appIDs": [ "3X5J8LXMDM.com.lukesthl.expo-supertokens" ], - "paths": [ - "*" + "components": [ + { + "/": "*", + "comment": "Matches all routes" + }, + { + "/": "/auth/*", + "comment": "Matches any route whose path starts with /auth/", + "exclude": true + } ] } ]