mediahub-fe/pages/docs/deployment.mdx

12 lines
466 B
Plaintext
Raw Normal View History

2024-11-26 03:09:48 +00:00
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>