Skip to content

Commit

Permalink
⚗️
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Jul 15, 2024
1 parent a5e9dd9 commit 086c431
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/.well-known/apple-app-site-association
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
"apps": [
"665NDX7LBZ.app.exactly.mobile"
]
},
"applinks": {
"apps": [],
"details": []
}
}
9 changes: 9 additions & 0 deletions server/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,14 @@
"trailingSlash": false,
"cleanUrls": true,
"rewrites": [{ "source": "/:path((?!api/).*)", "destination": "/app/:path*" }],
"headers": [
{
"source": "/.well-known/(.*)",
"headers": [
{ "key": "Content-Type", "value": "application/json" },
{ "key": "Content-Disposition", "value": "inline" }
]
}
],
"$schema": "https://openapi.vercel.sh/vercel.json"
}

0 comments on commit 086c431

Please sign in to comment.