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
- Fork the registry and edit
domains/you.jsonto the record above. - Open a pull request. Once merged, the CNAME is synced to DNS automatically.
- 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.