Skip to content

EdgeOne Pages Deployment

Similar to Cloudflare Pages, Tencent EdgeOne Pages provides excellent static hosting for users in mainland China.

  1. Create a new EdgeOne Pages project and link your GitHub repository.
  2. Use the same build settings:
    • Command: npm run build
    • Output directory: dist
  3. Configure the environment variables (VITE_ADMIN_PASSWORD, etc.) in the EdgeOne dashboard.
  4. Deploy and enjoy!