Skip to content

Commit

Permalink
Switch rewrite rule order.
Browse files Browse the repository at this point in the history
  • Loading branch information
georgezee committed Apr 5, 2019
1 parent d802add commit 90269fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
},
{
"source": "/info-update{,/**}",
"destination": "/info-update.html"
},
{
"source": "**",
"destination": "/index.html"
}
]
}
Expand Down

0 comments on commit 90269fc

Please sign in to comment.