Skip to content

Bind docs.hideapps.top

After deployment, attach this custom domain to the Pages project:

text
docs.hideapps.top

Official reference: https://developers.cloudflare.com/pages/configuration/custom-domains/

Add the Custom Domain

  1. Open the Cloudflare Dashboard.
  2. Go to Workers & Pages.
  3. Select the hideapps-docs Pages project.
  4. Open Custom domains.
  5. Click Set up a domain.
  6. Enter docs.hideapps.top and continue.

DNS Record

If Cloudflare does not add the DNS record automatically, create this CNAME record at your DNS provider:

TypeNameTarget
CNAMEdocshideapps-docs.pages.dev

Important Order

Add docs.hideapps.top in the Pages Custom domains screen first, then confirm or create the DNS record.

Verify

After DNS and certificate issuance finish, check:

bash
dig docs.hideapps.top CNAME
curl -I https://docs.hideapps.top

Built with VitePress and Cloudflare Pages.