Deploying to Vercel
March 20, 2026 · 1 min read
Since the content and code both live in this repository, deployment is just a git push away.
Steps
- Push the repository to GitHub.
- Import the repo in Vercel.
- Vercel detects Next.js automatically and runs
npm run build. - Velite regenerates
.veliteas part of that build, via the hook innext.config.ts.
No environment variables, databases, or servers to manage — every new post is just a new commit.