Skip to Content
DocumentationDeployment Guide

Deployment Guide

This site can be deployed easily on Vercel, Netlify, or any static host.

Vercel

  1. Push your code to GitHub.
  2. Go to vercel.com and import your repository.
  3. Set the build command:
npm run build

And the output directory:

.next
  1. Done!!

Netlify

Use a custom output adapter or export to static HTML using next export. (Not ideal for Nextra, which prefers SSR.)

Last updated on