From c6a83e2c347722f5f0b2a214150f3bfcf93a6f7d Mon Sep 17 00:00:00 2001 From: Caspian Zhao Date: Wed, 28 Jun 2023 22:17:54 +0800 Subject: [PATCH] Update apple-app-site-association --- public/.well-known/apple-app-site-association | 45 ++++++++++++++----- 1 file changed, 35 insertions(+), 10 deletions(-) diff --git a/public/.well-known/apple-app-site-association b/public/.well-known/apple-app-site-association index a10faf1d..1b580496 100644 --- a/public/.well-known/apple-app-site-association +++ b/public/.well-known/apple-app-site-association @@ -2,15 +2,40 @@ "applinks": { "apps": [], "details": [{ - "appIDs": [ - "9AYPRU93J4.com.crossbell.xlog.development", - "9AYPRU93J4.com.crossbell.xlog.staging", - "9AYPRU93J4.com.crossbell.xlog" - ], - "components": [{ - "/": "/" - } - ] - }] + "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/*" + ] + } + ] } }