diff --git a/.well-known/apple-app-site-association/index.json b/.well-known/apple-app-site-association/index.json index 3cd3fdd043..3b513fe61e 100644 --- a/.well-known/apple-app-site-association/index.json +++ b/.well-known/apple-app-site-association/index.json @@ -17,6 +17,30 @@ }, { "/": "/invitation" + }, + { + "/": "/a/*" + }, + { + "/": "/a" + }, + { + "/": "/c/*" + }, + { + "/": "/c" + }, + { + "/": "/g/*" + }, + { + "/": "/g" + }, + { + "/": "/i/*" + }, + { + "/": "/i" } ] }