File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,13 @@ server {
1010 root /usr/share/nginx/html;
1111 index index.html;
1212
13+ # Apple Universal Links association file (must be served as application/json)
14+ location = /.well-known/apple-app-site-association {
15+ default_type application/json;
16+ try_files $uri =404;
17+ include /etc/nginx/security-headers.conf;
18+ }
19+
1320 # App deep link landing page — serve without trailing-slash redirect
1421 location = /open {
1522 try_files /open/index.html =404;
Original file line number Diff line number Diff line change 33 "apps": [],
44 "details": [
55 {
6- "appID": "R523566J54.org.pecha.app",
7- "paths": ["/open"]
6+ "appIDs": [
7+ "R523566J54.org.pecha.app",
8+ "R523566J54.org.pecha.app.dev",
9+ "R523566J54.org.pecha.app.staging"
10+ ],
11+ "components": [
12+ {
13+ "/": "/open"
14+ },
15+ {
16+ "/": "/open/*"
17+ }
18+ ]
819 }
920 ]
1021 }
11- }
22+ }
You can’t perform that action at this time.
0 commit comments