deploying to firebase

This commit is contained in:
Amruth Pillai
2020-03-25 20:01:46 +05:30
parent d294517b6c
commit 917654a4f8
8 changed files with 103 additions and 51079 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}