diff --git a/.changeset/unlucky-singers-tap.md b/.changeset/unlucky-singers-tap.md new file mode 100644 index 000000000..1a256f83e --- /dev/null +++ b/.changeset/unlucky-singers-tap.md @@ -0,0 +1,5 @@ +--- +'@cloudflare/next-on-pages': patch +--- + +Update readme to reference @opennextjs/cloudflare diff --git a/README.md b/README.md index 83db8f802..cea878617 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@

Build, develop, and deploy Next.js apps for Cloudflare Pages.

+> [!NOTE] +> 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](https://developers.cloudflare.com/workers/static-assets/), use [Node.js APIs](https://developers.cloudflare.com/workers/runtime-apis/nodejs/) that Cloudflare Workers supports, and enables additional Next.js features like Incremental Static Regeneration. + `@cloudflare/next-on-pages` is a CLI tool that you can use to build and develop [Next.js](https://nextjs.org/) applications so that they can run on the [Cloudflare Pages](https://pages.cloudflare.com/) platform. Alongside the `@cloudflare/next-on-pages` there is an additional package `eslint-plugin-next-on-pages` implementing an Eslint plugin which aim is to aid developers at using the `@cloudflare/next-on-pages` more efficiently and improve their overall developer experience when working with it.