Edge Developer Platform
  • Pages
    • Product Introduction
    • Quick Start
    • Framework Guide
    • Project Guide
      • Project Management
      • edgeone.json
      • Error Codes
    • Build Guide
    • Deployment Guide
    • Domain Management
    • Pages Functions
    • KV Storage
    • EdgeOne CLI
    • FAQs
    • Contact Us
    • Release Notes
    • Migration Guides
      • Migrating from Vercel to EdgeOne Pages
      • Migrating from Cloudflare Pages to EdgeOne Pages
      • Migrating from Netlify to EdgeOne Pages
このページは現在英語版のみで提供されており、日本語版も近日中に提供される予定です。ご利用いただきありがとうございます。

Domain Management

In Pages, domain management is an important step to ensure that your website can be accessed smoothly by users. Pages provide various domain options, including project domains, deployment domains, and custom domains. By default, your project will receive a subdomain based on the Pages platform, making it easy for you to quickly access and share.

If you want to create a more personalized access address for your website, you can add a custom domain. With simple settings, you can associate your own domain with the Pages project, making your website more consistent with your brand image.


Project Domain

When you create a project in Pages and successfully deploy it, the system will automatically assign you a project domain in the format of project-name.edgeone.app. For example: my-blog.edgeone.app.

Project Domain Features:
Try for free
Automatic HTTPS Configuration
Instant effect


Deploy Domain

For any new deployment, Pages will automatically create a deployment domain in the format of project-name-deployment-ID.edgeone.app, for example: my-blog-w689849txq.edgeone.app. The deployment domain inherits all characteristics of the project domain and is mainly used for branch deployments.
Notes:
The project domain and deployment domain are suitable for development and testing environments. We strongly recommend adding a custom domain to ensure that your project is more professional and credible for long-term access.


Custom Domain Name

Advantages:
Brand Display: Use your own brand domain name to enhance professional image
SEO Optimization: Beneficial for search engine indexing and ranking
Better Control: Full control over the domain's DNS records
Flexibility: Support configuration of multiple custom domains for managing different markets or purposes


Add custom domains

To add a custom domain name to your project, follow these steps:

1. Enter the Console: Open the project settings page, and find the "Domain Management" module.
2. Add Domain: Click the "Add Custom Domain" button.



3. Enter Domain: Enter your root domain (e.g., example.com) or subdomain (e.g., www.example.com) in the pop-up window.
4. Configure DNS Records: Based on the DNS record information provided in the popup, go to your domain registrar's website and configure the corresponding CNAME record.



5. Verify Domain: After configuration, you can click the "Verify" button on the page or wait for the system to automatically detect if the DNS resolution is correct.
6. Wait for Effectiveness: Please note that DNS records may take up to 48 hours to take effect, but they are usually completed within minutes.
7. SSL Certificates Configuration: Once the domain is verified successfully, the system will automatically configure SSL Certificates for your domain to ensure website security.