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