Skip to content

Commit

Permalink
fix: Update firebase.json to fix public directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurog-rgba committed Sep 23, 2024
1 parent 47200a2 commit 76cd04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hosting": {
"public": "dist/portfolio/browser",
"public": "/dist/portfolio/browser",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
},
"rewrites": [
Expand Down

0 comments on commit 76cd04d

Please sign in to comment.