From 136eccfe5460ba7ce1d005f58f8d87817477c042 Mon Sep 17 00:00:00 2001 From: thecodrr Date: Mon, 5 Apr 2021 13:26:16 +0500 Subject: [PATCH] fix: use valid JSON for AASA --- apps/web/public/apple-app-site-association | 31 +++++++++++++++------- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/apps/web/public/apple-app-site-association b/apps/web/public/apple-app-site-association index 518a282ea..6936fdc89 100644 --- a/apps/web/public/apple-app-site-association +++ b/apps/web/public/apple-app-site-association @@ -1,11 +1,24 @@ { - "applinks:{ - "apps":[], - "details":[ - { - "appID":"com.streetwriters.notesnook", - "paths":["*] - } - ] - } + "applinks":{ + "apps":[ + + ], + "details":[ + { + "appID":"53CWBG3QUC.com.streetwriters.notesnook", + "paths":[ + "*", + "/account/verified" + ], + "components":[ + { + "/":"/account/verified" + }, + { + "/":"*" + } + ] + } + ] + } } \ No newline at end of file