Update apple-app-site-association

Open home page or article page only.
This commit is contained in:
Caspian Zhao 2023-05-29 16:44:26 +08:00 committed by GitHub
parent 41236c4842
commit 8884c0b8fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -10,9 +10,11 @@
],
"components": [
{
"/": "/*",
"comment": "Matches any URL whose path starts with /"
}
"/": "/",
},
{
"/": "/notes/*",
},
]
}
]