Skip to content

Commit

Permalink
feat: implement different public dir
Browse files Browse the repository at this point in the history
  • Loading branch information
thraizz committed Jan 26, 2024
1 parent 521cf8e commit ef14d5f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,8 @@
"singleProjectMode": true
},
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"public": "dist",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "**",
Expand Down

0 comments on commit ef14d5f

Please sign in to comment.