Vercel Deployment
This VitePress site can be deployed to Vercel easily.
Deployment Steps
- Connect your repository to Vercel
- Set the Project Root (Root Directory) to:
apps/docs - Set the Install Command (optional):
- npm:
npm ci - pnpm:
pnpm install --frozen-lockfile
- npm:
- Set the Build Command:
- npm:
npm run build - pnpm:
pnpm run build
- npm:
- Set the Output Directory to:
.vitepress/dist - Deploy
Environment Variables
No environment variables are needed for the basic deployment.
Custom Domain
You can configure a custom domain in your Vercel project settings.