Skip to content

Commit

Permalink
add firebase.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodriguespn committed Jan 15, 2024
1 parent b88551c commit f4fb6ec
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ build

# Firebase
.firebase/*
firebase.json
.firebaserc

# Editor directories and files
Expand Down
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 f4fb6ec

Please sign in to comment.