Move apple-app-site-association to .well-known
https://developer.apple.com/videos/play/wwdc2019/717/ ``` This file should be located at HTTPS://your domain name/.well-known/apple-app-site-association Other paths are deprecated. ```
This commit is contained in:
26
public/.well-known/apple-app-site-association
Normal file
26
public/.well-known/apple-app-site-association
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"applinks": {
|
||||
"details": [
|
||||
{
|
||||
"appIDs": [
|
||||
"7J4U792NQT.io.element.elementx",
|
||||
"7J4U792NQT.io.element.elementx.nightly",
|
||||
"7J4U792NQT.io.element.elementx.pr"
|
||||
],
|
||||
"components": [
|
||||
{
|
||||
"?": {
|
||||
"no_universal_links": "?*"
|
||||
},
|
||||
"exclude": true,
|
||||
"comment": "Opt out of universal links"
|
||||
},
|
||||
{
|
||||
"/": "/*",
|
||||
"comment": "Matches any URL"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user