diff --git a/public/.well-known/apple-app-site-association b/public/.well-known/apple-app-site-association index 418984ee..bb35b67f 100644 --- a/public/.well-known/apple-app-site-association +++ b/public/.well-known/apple-app-site-association @@ -1,6 +1,11 @@ { "applinks": { + "apps": [], // This is usually left empty, but still must be included "details": [ + { + "appID": "9AYPRU93J4.com.crossbell.xlog", + "paths": ["/*"] + }, { "appIDs": ["9AYPRU93J4.com.crossbell.xlog"], "components": [ @@ -12,4 +17,4 @@ } ] } -} \ No newline at end of file +}