Skip to content

Commit 4d35827

Browse files
Update src/content/docs/workers/frameworks/framework-guides/nextjs.mdx
Co-authored-by: Dario Piotrowicz <[email protected]>
1 parent 04618f9 commit 4d35827

File tree

1 file changed

+4
-1
lines changed
  • src/content/docs/workers/frameworks/framework-guides

1 file changed

+4
-1
lines changed

src/content/docs/workers/frameworks/framework-guides/nextjs.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ import {
1515
WranglerConfig
1616
} from "~/components";
1717

18-
A more detailed documentation is available on the [Open Next website](https://opennext.js.org/cloudflare).
18+
In this guide, you will create a new [Next.js](https://nextjs.org/) application and deploy to Cloudflare Workers (with the new [<InlineBadge preset="beta" /> Workers Assets](/workers/static-assets/)) using the [`@opennextjs/cloudflare`](https://opennext.js.org/cloudflare) package.
1919

20+
:::note
21+
This is a simple getting started guide for a more detailed documentation on how the to use the Cloudflare Open Next adapter visit the [Open Next website](https://opennext.js.org/cloudflare).
22+
:::
2023
## New apps
2124

2225
To create a new Next.js app, pre-configured to run on Cloudflare using [`@opennextjs/cloudflare`](https://opennext.js.org/cloudflare), run:

0 commit comments

Comments
 (0)