This commit is contained in:
prisar
2023-07-07 04:51:55 +05:30
parent ba5ef28a2f
commit 7644bd9046
8 changed files with 141 additions and 37 deletions

16
firebase.json Normal file
View File

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