Would you mind sharing a screenshot of the DNS record(s)? If it's on Cloudflare it's normally auto-configured, even though it doesn't mention it (cc @albertzhao).
As an addition to this, since we took a look in DM and it's now sort of working. The root of a domain doesn't work, because it won't get a CNAME back, but an A due to flattening for the DNS spec. If you add or some other subdomain it works correctly (altough the UI is a bit confused). If you then proxy this subdomain (which works) and then try to CNAME to it the issue that Pages runs before most other things (like my Worker) makes it so that the cert is wrong on the "origin".
Hello, does anyone know if pages pulls git lfs files? Some images on my site are broken but are returning a 200 status code. I'm trying to work out why this is and I'm wondering if that's the reason.
This pull request marks the git-lfs(1) 'clone' command as deprecated, and puts that deprecation behind a "feature flag". Since merging #2511, git clone is as fast ...