Skip to content

Commit

Permalink
please fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSyn88 committed Feb 25, 2024
1 parent b4dbbc8 commit 2dbc6c0
Show file tree
Hide file tree
Showing 7 changed files 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,6 +1,12 @@
{
"hosting": {
"public": "/",
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
],
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2dbc6c0

Please sign in to comment.