Skip to content

Commit

Permalink
chore: update firebase.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravio1i committed Mar 26, 2024
1 parent 9b8bbe1 commit c9b3aaa
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
{
"hosting": {
"public": "public",
"public": "site",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

0 comments on commit c9b3aaa

Please sign in to comment.