Hello everyone. I hope that this is an easy answer and I promise I have attempted all my google-fu to solve this myself. I am building a little web page. Files are in GitHub. Hosting with our saviors Cloudflare. I have Pages, workers and a R2 bucket holding my media. I have a little webserver running on my computer so I can local dev test it. I wanted to be able to not have to hard code in the media.domain.com into the site when I want to push out to the web for my "prod". I look all around and thought I had it working with making the folder in GitHub /function/media/ and then having [[path]].js and the onRequest script that is found out in the ether. I thought I had it right and tested it with my "cover" page and it loaded the right image with the local path of /media/cover.jpg. But maybe it was just cached or something changed. Can someone please ELI5 or point me to an actual up to date guide of what all to put where in GitHub and the right steps to bind to my R2. Sorry this is probably a very noob question, but I just can't seem to get the right settings in the right spot to make this work. Thank you all for any help or advice.