Chore: Apple site association file for deep linking (#805)
This commit is contained in:
11
app/views/apple_app/site_association.html.erb
Normal file
11
app/views/apple_app/site_association.html.erb
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"applinks": {
|
||||
"apps": [],
|
||||
"details": [
|
||||
{
|
||||
"appID": "<%= ENV['IOS_APP_ID'] %>",
|
||||
"paths": [ "NOT /super_admin/*", "*" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user