Skip to content

Commit 1852644

Browse files
irvinebroquetanushree-sharma
authored andcommitted
Pages x Node.js => OpenNext (#17123)
* 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]>
1 parent 02774b0 commit 1852644

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ import { PackageManagers } from "~/components";
1313

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

16+
:::note
17+
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.
18+
19+
Refer to the [OpenNext docs for the `@opennextjs/cloudflare` adapter](https://opennext.js.org/cloudflare) to learn how to get started.
20+
:::
21+
1622
## New apps
1723

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

0 commit comments

Comments
 (0)