Cloudflare Pages
Use the build command:
bash
npm run docs:buildUse the output directory:
text
docs/.vitepress/distRecommended settings
- Framework preset: None or VitePress-compatible static hosting
- Build command:
npm run docs:build - Output directory:
docs/.vitepress/dist
Notes
- Keep the build configuration minimal.
- Use the same output directory as the other hosts.
- Verify the deployed site after publishing.