Skip to content

Commit

Permalink
firebase update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukhdev Bajiya committed Apr 5, 2024
1 parent 6ce4a28 commit 4d4d186
Show file tree
Hide file tree
Showing 5 changed files with 832 additions and 787 deletions.
5 changes: 5 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "gomasai"
}
}
26 changes: 10 additions & 16 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
{
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
{
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}
Loading

0 comments on commit 4d4d186

Please sign in to comment.