Bind docs.hideapps.top
After deployment, attach this custom domain to the Pages project:
text
docs.hideapps.topOfficial reference: https://developers.cloudflare.com/pages/configuration/custom-domains/
Add the Custom Domain
- Open the Cloudflare Dashboard.
- Go to Workers & Pages.
- Select the hideapps-docs Pages project.
- Open Custom domains.
- Click Set up a domain.
- 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:
| Type | Name | Target |
|---|---|---|
| CNAME | docs | hideapps-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