Skip to content

Commit

Permalink
feat(feast): set up the apple app site association for feast app
Browse files Browse the repository at this point in the history
  • Loading branch information
coldlink committed Feb 7, 2024
1 parent cfb7d28 commit ae24331
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/client/.well-known/apple-app-site-association
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,25 @@
"comment": "Matches any URL whose path starts with /set-password/il_<randomString> where <randomString> is a token"
}
]
},
{
"appIDs": [
"998P9U5NGJ.uk.co.guardian.Feast"
],
"components": [
{
"/": "/welcome/if_*",
"comment": "Matches any URL whose path starts with /welcome/if_<randomString> where <randomString> is a token"
},
{
"/": "/reset-password/if_*",
"comment": "Matches any URL whose path starts with /reset-password/if_<randomString> where <randomString> is a token"
},
{
"/": "/set-password/if_*",
"comment": "Matches any URL whose path starts with /set-password/if_<randomString> where <randomString> is a token"
}
]
}
]
}
Expand Down

0 comments on commit ae24331

Please sign in to comment.