Having trouble figuring out how to setup staging environment on Pages
I'm migrating a React app from Netlify to Cloudflare pages. My production branch is
production and my staging branch is master. I set up a new Cloudflare Pages project building production for my production site and master for my preview site, but the previews are prefixed with the commit SHA. I want my staging site running on a fixed subdomain like staging.mysite.com. I can't figure out how to do this.