Skip to content

Commit

Permalink
Add filename to storage path
Browse files Browse the repository at this point in the history
  • Loading branch information
Macludde committed Dec 16, 2021
1 parent fcb879c commit f34c620
Show file tree
Hide file tree
Showing 9 changed files with 934 additions and 16,528 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.css
*.svg
*.png
*.png
/scripts
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

#firebase
/.firebase
/scripts/serviceAccount.json

# misc
.DS_Store
Expand Down
3 changes: 2 additions & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"source": "**",
"destination": "/index.html"
}
]
],
"predeploy": ["npm run build"]
},
"storage": {
"rules": "storage.rules"
Expand Down
Loading

0 comments on commit f34c620

Please sign in to comment.