Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
chore: add firebase.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hetd54 committed Feb 27, 2024
1 parent ac64fea commit b681ba6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

0 comments on commit b681ba6

Please sign in to comment.