Custom Domains
By default, Micropage sites are deployed to:
https://<project>.pages.dev
You can attach your own domain.
Setup
Create a DNS record at your domain provider:
| Field | Value |
|---|---|
| Type | CNAME |
| Name | www |
| Target | <project>.pages.dev |
Example: www.example.com → CNAME → myproject.pages.dev
SSL certificates are automatically provided by Cloudflare.
Finding Your Target
In the Micropage web editor, go to Settings to see the exact CNAME target for your project.
Notes
- Custom domains are available on paid plans.
- DNS propagation may take a few minutes.