Skip to content

Commit

Permalink
Fix favicon disappearing ever since the app was SPA
Browse files Browse the repository at this point in the history
  • Loading branch information
dginovker committed Feb 26, 2024
1 parent 1650c46 commit 21b5816
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@
"public": ".",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "/favicon.ico",
"destination": "/favicon.ico"
},
{
"source": "**",
"destination": "/index.html"
}
]
}
}
}

0 comments on commit 21b5816

Please sign in to comment.