Skip to content

Commit

Permalink
chore(firebase) ~ adding Firebase config
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed Dec 31, 2016
1 parent 9076d76 commit 631e5b7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "dist",
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
],
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}

0 comments on commit 631e5b7

Please sign in to comment.