Skip to content

Commit

Permalink
Workflow Added
Browse files Browse the repository at this point in the history
  • Loading branch information
codesmith-emmy authored May 21, 2024
1 parent aa89153 commit 427ffae
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": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

0 comments on commit 427ffae

Please sign in to comment.