Skip to content

Commit

Permalink
Merge pull request #9 from Andi-IM/feature/only_me
Browse files Browse the repository at this point in the history
update configuration
  • Loading branch information
Andi-IM authored Sep 10, 2023
2 parents 48f1003 + acdb1ac commit 6fe1dd5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
.firebase

node_modules
dist
Expand Down
8 changes: 6 additions & 2 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"hosting": {
"site": "admin-orchid",
"public": ".",
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
},
"rewrites": [{
"source": "**",
"destination": "/index.html"
}]
}

0 comments on commit 6fe1dd5

Please sign in to comment.