Skip to content

Commit a85dd90

Browse files
authored
Add .well-known/apple-app-site-association (#4412)
1 parent d578001 commit a85dd90

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

frontend/next.config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,16 @@ const nextConfig = {
4747
},
4848
],
4949
},
50+
51+
{
52+
source: "/.well-known/apple-app-site-association",
53+
headers: [
54+
{
55+
key: "Content-Type",
56+
value: "application/json",
57+
},
58+
],
59+
},
5060
];
5161
},
5262
async redirects() {
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"webcredentials": {
3+
"apps": ["Z7Q27G3R62.it.pycon.conference"]
4+
}
5+
}

0 commit comments

Comments
 (0)