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/*" + ] + } + ] } }