Skip to content

Commit

Permalink
Fix firebase routing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
embiem committed Jul 2, 2017
1 parent fa5e849 commit bac6ec3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion firebase.json
Expand Up @@ -3,6 +3,12 @@
"rules": "database.rules.json"
},
"hosting": {
"public": "build"
"public": "build",
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

0 comments on commit bac6ec3

Please sign in to comment.