diff --git a/web/apps/photos/public/.well-known/apple-app-site-association b/web/apps/photos/public/.well-known/apple-app-site-association index ebab4a54da..083e7be89d 100644 --- a/web/apps/photos/public/.well-known/apple-app-site-association +++ b/web/apps/photos/public/.well-known/apple-app-site-association @@ -6,12 +6,12 @@ "appIDs": [ "6Z68YJY9Q2.io.ente.frame" ], - "paths": [ - "*" - ], "components": [ { - "/": "/*" + "/": "/", + "?": { "t": "*" }, + "#": "*", + "comment": "Matches URLs with no path, any query item 't', and any or no fragment" } ] }