From 8884c0b8fe0cf4ac49b04cbe8c980db3fc2e95bb Mon Sep 17 00:00:00 2001 From: Caspian Zhao Date: Mon, 29 May 2023 16:44:26 +0800 Subject: [PATCH] Update apple-app-site-association Open home page or article page only. --- public/.well-known/apple-app-site-association | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/public/.well-known/apple-app-site-association b/public/.well-known/apple-app-site-association index 89d1c6a9..80b31c38 100644 --- a/public/.well-known/apple-app-site-association +++ b/public/.well-known/apple-app-site-association @@ -10,9 +10,11 @@ ], "components": [ { - "/": "/*", - "comment": "Matches any URL whose path starts with /" - } + "/": "/", + }, + { + "/": "/notes/*", + }, ] } ]