Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
fix: modify apple-app-site-association with token param (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrba authored Jul 28, 2023
1 parent f3909a5 commit de94135
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/.well-known/apple-app-site-association
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"components": [
{
"/": "/auth/*",
"comment": "Matches any URL whose path starts with /auth/"
"?": {
"t": "?*"
}
}
]
},
Expand Down

0 comments on commit de94135

Please sign in to comment.