Vercel
Inferred Example - Vercel is not explicitly referenced in the Shevky codebase. This guide is a generic pattern for static site deployment.
Configuration
Create vercel.json in your project root:
{
"buildCommand": "npm run build",
"outputDirectory": "dist"
}Steps
- Push your project to a Git repository.
- Import the repository in Vercel.
- Vercel runs the build command and serves
dist/.
Tips
- Set
identity.urlto your Vercel URL or custom domain before building.