Skip to content

Commit

Permalink
update the app to allow page refreshing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jyassien committed Nov 23, 2024
1 parent 6f63ef9 commit 15e72fe
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
],
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
},
"emulators": {
"hosting": {
Expand Down

0 comments on commit 15e72fe

Please sign in to comment.