From eb91bd4a613aa3ab297ceee6e1f0e686030c17ff Mon Sep 17 00:00:00 2001 From: Caspian Zhao Date: Wed, 28 Jun 2023 22:44:01 +0800 Subject: [PATCH] Update apple-app-site-association --- .../.well-known/apple-app-site-association | 46 ++++++++++++++----- 1 file changed, 35 insertions(+), 11 deletions(-) diff --git a/public/oia/.well-known/apple-app-site-association b/public/oia/.well-known/apple-app-site-association index 45f2115c..1b580496 100644 --- a/public/oia/.well-known/apple-app-site-association +++ b/public/oia/.well-known/apple-app-site-association @@ -2,16 +2,40 @@ "applinks": { "apps": [], "details": [{ - "appIDs": [ - "9AYPRU93J4.com.crossbell.xlog.development", - "9AYPRU93J4.com.crossbell.xlog.staging", - "9AYPRU93J4.com.crossbell.xlog" - ], - "components": [ - { - "/": "/notes/*" - } - ] - }] + "appIDs": [ + "9AYPRU93J4.com.crossbell.xlog.development", + "9AYPRU93J4.com.crossbell.xlog.staging", + "9AYPRU93J4.com.crossbell.xlog" + ], + "components": [{ + "/": "/", + "comment": "Matches homepage only" + }, { + "/": "/notes/*", + "comment": "Matches any path under /notes/" + }] + }, + { + "appID": "9AYPRU93J4.com.crossbell.xlog.development", + "paths": [ + "/", + "/notes/*" + ] + }, + { + "appID": "9AYPRU93J4.com.crossbell.xlog.staging", + "paths": [ + "/", + "/notes/*" + ] + }, + { + "appID": "9AYPRU93J4.com.crossbell.xlog", + "paths": [ + "/", + "/notes/*" + ] + } + ] } }