Skip to content

Commit

Permalink
Fix firebase config for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
SherRao committed Apr 1, 2024
1 parent 1483228 commit 69aee5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,3 @@ dist-ssr
*.njsproj
*.sln
*.sw?

# Firebase production
public/*
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hosting": {
"public": "public",
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
Expand Down

0 comments on commit 69aee5e

Please sign in to comment.