From a0411bf49a570d6aebd7fb0e86a839894a4eecf6 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Sat, 1 Apr 2023 10:51:57 +0200 Subject: [PATCH] Exclude news from deep link association Signed-off-by: Alexander Borsuk --- public/apple-app-site-association.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/apple-app-site-association.json b/public/apple-app-site-association.json index 792d12a..17af1c8 100644 --- a/public/apple-app-site-association.json +++ b/public/apple-app-site-association.json @@ -26,7 +26,7 @@ "NOT /iphone", "NOT /ipad", "NOT /ipod", - "NOT /news", + "NOT */news/*", "NOT /matrix", "*" ] @@ -55,7 +55,7 @@ "NOT /iphone", "NOT /ipad", "NOT /ipod", - "NOT /news", + "NOT */news/*", "NOT /matrix", "*" ] @@ -84,7 +84,7 @@ "NOT /iphone", "NOT /ipad", "NOT /ipod", - "NOT /news", + "NOT */news/*", "NOT /matrix", "*" ]