12 lines
466 B
Plaintext
12 lines
466 B
Plaintext
import { Callout } from "nextra/components";
|
|
|
|
# Deployment
|
|
|
|
Congratulations, it's time to ship to production. You can deploy managed Next.js with Vercel, or self-host on a Node.js server, Docker image, or even static HTML files. When deploying using `next start`, all Next.js features are supported.
|
|
|
|
<Callout type="info">
|
|
Check out
|
|
[Next.js](https://nextjs.org/docs/pages/building-your-application/deploying)
|
|
Official documentation for deployment.
|
|
</Callout>
|