Skip to content

Commit

Permalink
feat: add hosting target to firebase.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thraizz committed Jan 26, 2024
1 parent 4545c95 commit 521cf8e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,19 @@
"enabled": true
},
"singleProjectMode": true
},
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

0 comments on commit 521cf8e

Please sign in to comment.