Skip to content

Commit

Permalink
upload
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhdev-bajiya committed Nov 6, 2022
1 parent 801003f commit 1cde28f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion firebase.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
{
"hosting": {
"public": "public",
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

0 comments on commit 1cde28f

Please sign in to comment.