Skip to content

Commit

Permalink
Setup Firebase to be able to link to articles
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminvo committed Feb 2, 2017
1 parent 3031932 commit 033d217
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"rules": "database.rules.json"
},
"hosting": {
"public": "public"
"public": "public",
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

0 comments on commit 033d217

Please sign in to comment.