Skip to content

Commit

Permalink
Update firebase.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Princerey authored Feb 5, 2025
1 parent 2c174ea commit c8b5d90
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
},
{
Expand All @@ -18,15 +24,14 @@
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
],
"predeploy": "yarn build"
}
"predeploy": "yarn build"
}

0 comments on commit c8b5d90

Please sign in to comment.