Docs / Guides / Cloudflare Pages

Cloudflare Pages

you.runs-on.dev serving a Cloudflare Pages project, over HTTPS, via CNAME.

The record

domains/you.json

"records": { "CNAME": "you-project.pages.dev" }

Replace you-project with your Pages project's own *.pages.dev subdomain, shown at the top of the project in the Cloudflare dashboard.

Steps

  1. Fork the registry and edit domains/you.json to the record above.
  2. Open a pull request. Once merged, the CNAME is synced to DNS automatically.
  3. In the Cloudflare dashboard: your Pages project → Custom domains → Set up a custom domain → you.runs-on.dev. Cloudflare issues the certificate once it can see the CNAME.

How to tell it worked

Custom domains shows "Active" for you.runs-on.dev once the certificate is issued. Visiting https://you.runs-on.dev should then serve the project.