MDX Blog

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

  1. Push the repository to GitHub.
  2. Import the repo in Vercel.
  3. Vercel detects Next.js automatically and runs npm run build.
  4. Velite regenerates .velite as part of that build, via the hook in next.config.ts.

No environment variables, databases, or servers to manage — every new post is just a new commit.