Skip to content

Commit

Permalink
React route page not found on firebase hosting #48 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1093 authored Aug 26, 2020
1 parent 2cc521d commit 804fe20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

0 comments on commit 804fe20

Please sign in to comment.