diff --git a/.gitignore b/.gitignore index 5ad14dd..8a03bb8 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,5 @@ /libpeerconnection.log npm-debug.log* testem.log + +.firebaserc diff --git a/firebase.json b/firebase.json new file mode 100644 index 0000000..6a453cf --- /dev/null +++ b/firebase.json @@ -0,0 +1,11 @@ +{ + "hosting": { + "public": "dist", + "rewrites": [ + { + "source": "**", + "destination": "/index.html" + } + ] + } +}