EdgeOne Pages Deployment
Similar to Cloudflare Pages, Tencent EdgeOne Pages provides excellent static hosting for users in mainland China.
- Create a new EdgeOne Pages project and link your GitHub repository.
- Use the same build settings:
- Command:
npm run build - Output directory:
dist
- Command:
- Configure the environment variables (
VITE_ADMIN_PASSWORD, etc.) in the EdgeOne dashboard. - Deploy and enjoy!