Skip to content

Commit

Permalink
Remove index.html from redirect URL (#2703)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpryan authored Nov 2, 2023
1 parent 7477326 commit 8269561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/dart_pad/firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"redirects": [
{
"regex": "/([a-zA-Z0-9]+)",
"destination": "/index.html?id=:1",
"destination": "/?id=:1",
"type": 301
}
],
Expand Down

0 comments on commit 8269561

Please sign in to comment.