Skip to content

Commit

Permalink
feat: add aasa page
Browse files Browse the repository at this point in the history
adds aasa page

closes #231
  • Loading branch information
hasanagh committed Oct 28, 2021
1 parent 705361f commit f3a01fd
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions public/.well-known/apple-app-site-association
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"applinks": {
"apps": [], // This is usually left empty, but still must be included
"details": [
{
"appID": "org.graasp.mobile",
"paths": [
"/items/*"
]
},
{
"appIDs": [
"org.graasp.mobile"
],
"components": [
{
"/": "/items/*",
"comment": "Matches any URL whose path starts with /items/"
}
]
}
]
}
}

0 comments on commit f3a01fd

Please sign in to comment.