From 4447c6546d953f22705f6412e813b8ce812fe058 Mon Sep 17 00:00:00 2001 From: Misha Nikanorov Date: Mon, 16 Oct 2023 13:35:02 -0700 Subject: [PATCH] Update `apple-app-side-association` --- apple-app-site-association | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apple-app-site-association b/apple-app-site-association index bf4a79e..0289524 100644 --- a/apple-app-site-association +++ b/apple-app-site-association @@ -8,7 +8,11 @@ "components": [ { "/": "/wc" - } + }, + { + "/": "/", + "?": { "invite": "?*" } + } ] } ]