Skip to content

Commit

Permalink
Add rewrites rule to firebase.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bizz84 committed Mar 14, 2024
1 parent b957122 commit e17e1ad
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"firebase.json",
"**/.*",
"**/node_modules/**"
]
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

0 comments on commit e17e1ad

Please sign in to comment.