mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 12:13:11 +00:00
Update Next.js deployment notes (#7771)
This commit is contained in:
@@ -32,7 +32,7 @@ This allows you to start with a client-only app, and if your needs change later,
|
||||
npx create-next-app@latest
|
||||
</TerminalBlock>
|
||||
|
||||
Next.js is maintained by [Vercel](https://vercel.com/). You can [deploy a Next.js app](https://nextjs.org/docs/app/building-your-application/deploying) to any Node.js or serverless hosting, or to your own server. Next.js also supports [static export](https://nextjs.org/docs/app/building-your-application/deploying/static-exports) which doesn't require a server. Vercel additionally provides opt-in paid cloud services.
|
||||
Next.js is maintained by [Vercel](https://vercel.com/). You can [deploy a Next.js app](https://nextjs.org/docs/app/building-your-application/deploying) to any hosting provider that supports Node.js or Docker containers, or to your own server. Next.js also supports [static export](https://nextjs.org/docs/app/building-your-application/deploying/static-exports) which doesn't require a server.
|
||||
|
||||
### React Router (v7) {/*react-router-v7*/}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user