Skip to content

Commit

Permalink
Release/0.1a (#44)
Browse files Browse the repository at this point in the history
* add firebase config for hosting

* force non-PWA due to bug with oauth and chrome

* update icons in manifest for PWA
  • Loading branch information
apulverizer authored Aug 11, 2018
1 parent 9253dd1 commit 1a4de40
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"hosting": {
"firebase": "klask-app",
"public": "dist",
"rewrites": [{
"source": "**",
"destination": "/index.html"
}]
}
}

0 comments on commit 1a4de40

Please sign in to comment.