**Is your feature request related to a problem? Please describe.** For the event images, currently they are being served _raw_, look into this: https://www.anothermadworld.com/how-to-put-a-cdn-in-front-of-firebase-cloud-storage/ **BEFORE MERGING** - [ ] Storybooks created where possible - [ ] Tested with [nock](https://tanstack.com/query/v3/docs/framework/react/guides/testing) if data fetching - [ ] Tests written for critical interactions - [ ] PR Reviewed (For non-trivial changes) - [ ] Changes tested after rebasing on master or merging in master (_hint_: `git fetch origin master:master`, then `git rebase master` or `git merge master`) - [ ] All required PR checks passing
Is your feature request related to a problem? Please describe.
For the event images, currently they are being served raw,
look into this:
https://www.anothermadworld.com/how-to-put-a-cdn-in-front-of-firebase-cloud-storage/
BEFORE MERGING
git fetch origin master:master, thengit rebase masterorgit merge master)