From 61cb260e34834a1b7451546566be4015cc9c93de Mon Sep 17 00:00:00 2001 From: Caspian Zhao Date: Thu, 25 May 2023 15:44:47 +0800 Subject: [PATCH] Update apple-app-site-association (#582) --- public/.well-known/apple-app-site-association | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 +}