Skip to content

Commit

Permalink
make hosting deploy work
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazuh committed Jul 25, 2023
1 parent 5779850 commit 67b436a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 95 deletions.
8 changes: 2 additions & 6 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,8 @@
}
],
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"public": "dist",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "**",
Expand Down
89 changes: 0 additions & 89 deletions public/index.html

This file was deleted.

0 comments on commit 67b436a

Please sign in to comment.