Skip to content

Commit 69acc7e

Browse files
irvinebroquemaheshwarip
authored andcommitted
Callout @opennextjs/cloudflare from Next.js Pages SSR docs (#17197)
1 parent 741bac9 commit 69acc7e

File tree

1 file changed

+6
-0
lines changed
  • src/content/docs/pages/framework-guides/nextjs/ssr

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,10 @@ import { DirectoryListing } from "~/components"
1010

1111
[Next.js](https://nextjs.org) is an open-source React.js framework for building full-stack applications. This section helps you deploy a full-stack Next.js project to Cloudflare Pages using [`@cloudflare/next-on-pages`](https://github.com/cloudflare/next-on-pages/tree/main/packages/next-on-pages/docs).
1212

13+
:::note
14+
You may want to consider using [`@opennextjs/cloudflare`](https://opennext.js.org/cloudflare), which allows you to build and deploy Next.js apps to [Cloudflare Workers](/workers/static-assets/), use [Node.js APIs](/workers/runtime-apis/nodejs/) that Cloudflare Workers supports, and supports additional Next.js features.
15+
16+
Refer to the [OpenNext docs](https://opennext.js.org/cloudflare) and the [Workers vs. Pages compatibility matrix](/workers/static-assets/compatibility-matrix/) for more information to help you decide whether Workers or Pages currently fits best for your Next.js app.
17+
:::
18+
1319
<DirectoryListing />

0 commit comments

Comments
 (0)