Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from ri7nz/firebase
Browse files Browse the repository at this point in the history
Firebase
  • Loading branch information
r17x committed Apr 3, 2018
2 parents 0cd2608 + 0a50463 commit 3ec9694
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
firebase*
*.swo
*.swp
.firebase*
17 changes: 17 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"hosting":{
"public": "build" ,
"headers": [
{
"source": "/service-worker.js",
"headers": [
{"key": "Cache-Control", "value": "no-cache"}
]}
],
"rewrites": [{
"source": "**",
"destination": "/index.html"
}]
}
}

0 comments on commit 3ec9694

Please sign in to comment.