Added firebase config

This commit is contained in:
Zakary Timson 2021-06-19 20:11:25 -04:00
parent 930a75bd80
commit 3f0e0e9ac6

16
firebase.json Normal file
View File

@ -0,0 +1,16 @@
{
"hosting": {
"public": "dist/HomeFront",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}