1. When using Cloudflare-for-SaaS(what Pages uses for Custom Domains), it passes in the `pages.dev`

  1. When using Cloudflare-for-SaaS(what Pages uses for Custom Domains), it passes in the pages.dev domain into the Pages Worker, so the hash will still match.
  2. There is a Worker that handles Pages stuff, which is called on every request, though you don't pay for it. You only pay when it has to call in to your Functions
Was this page helpful?