Skip to content

Commit

Permalink
Pages x Node.js => OpenNext (#17123)
Browse files Browse the repository at this point in the history
* Pages x Node.js => OpenNext

refs opennextjs/docs#3

* Update src/content/docs/pages/framework-guides/nextjs/ssr/get-started.mdx

Co-authored-by: Tanushree <[email protected]>

---------

Co-authored-by: Tanushree <[email protected]>
  • Loading branch information
2 people authored and patriciasantaana committed Sep 26, 2024
1 parent a8d0632 commit 913cdbc
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ import { PackageManagers } from "~/components";

Learn how to deploy full-stack (SSR) Next.js apps to Cloudflare Pages.

:::note
You can now also deploy Next.js apps to [Cloudflare Workers](https://developers.cloudflare.com/workers/frameworks/), including apps that use the Node.js "runtime" from Next.js. This allows you to use the [Node.js APIs that Cloudflare Workers provides](/workers/runtime-apis/nodejs/#built-in-nodejs-runtime-apis), and ensures compatibility with a broader set of Next.js features and rendering modes.

Refer to the [OpenNext docs for the `@opennextjs/cloudflare` adapter](https://opennext.js.org/cloudflare) to learn how to get started.
:::

## New apps

To create a new Next.js app, pre-configured to run on Cloudflare, run:
Expand Down

0 comments on commit 913cdbc

Please sign in to comment.