Goal
Make the deployed GitHub Pages site reachable at https://contractplane.dev.
Cloudflare DNS
Create these records as DNS only (gray cloud) while GitHub issues the certificate:
A @ → 185.199.108.153
A @ → 185.199.109.153
A @ → 185.199.110.153
A @ → 185.199.111.153
AAAA @ → 2606:50c0:8000::153
AAAA @ → 2606:50c0:8001::153
AAAA @ → 2606:50c0:8002::153
AAAA @ → 2606:50c0:8003::153
CNAME www → Q00.github.io
Remove conflicting apex A/AAAA and www records. Keep the repository Pages custom domain set to contractplane.dev.
Verify
https://contractplane.dev/
https://contractplane.dev/llms.txt
https://contractplane.dev/spec/v1alpha1/domainpack.schema.json
https://contractplane.dev/assets/contractplane-hero.webp
After GitHub reports the certificate ready, enable Enforce HTTPS in Pages settings. The Pages deployment itself is already green and all four paths return 200 when resolved directly to the GitHub Pages IP.
Goal
Make the deployed GitHub Pages site reachable at
https://contractplane.dev.Cloudflare DNS
Create these records as DNS only (gray cloud) while GitHub issues the certificate:
A@→185.199.108.153A@→185.199.109.153A@→185.199.110.153A@→185.199.111.153AAAA@→2606:50c0:8000::153AAAA@→2606:50c0:8001::153AAAA@→2606:50c0:8002::153AAAA@→2606:50c0:8003::153CNAMEwww→Q00.github.ioRemove conflicting apex
A/AAAAandwwwrecords. Keep the repository Pages custom domain set tocontractplane.dev.Verify
https://contractplane.dev/https://contractplane.dev/llms.txthttps://contractplane.dev/spec/v1alpha1/domainpack.schema.jsonhttps://contractplane.dev/assets/contractplane-hero.webpAfter GitHub reports the certificate ready, enable Enforce HTTPS in Pages settings. The Pages deployment itself is already green and all four paths return 200 when resolved directly to the GitHub Pages IP.