From 08dc8aca4b691731ed085240e18c8c75bc9fa4cf Mon Sep 17 00:00:00 2001
From: Brendan Irvine-Broque
Date: Sun, 29 Sep 2024 12:17:10 +0200
Subject: [PATCH 1/4] Link to OpenNext from next-on-pages readme
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 83db8f802..26593a3ef 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 supports more Next.js features.
+
`@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.
From 5d7fdcdde98674f332ff8c43bbd62bfd9145cf60 Mon Sep 17 00:00:00 2001
From: Brendan Irvine-Broque
Date: Sun, 29 Sep 2024 12:19:51 +0200
Subject: [PATCH 2/4] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 26593a3ef..ce04dc844 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
> [!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 supports more Next.js features.
+> 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 supports additional Next.js features.
`@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.
From c2f57f885de59a7a0c52bef582f61bdf1ce43ed0 Mon Sep 17 00:00:00 2001
From: Brendan Irvine-Broque
Date: Sun, 29 Sep 2024 12:48:00 +0200
Subject: [PATCH 3/4] Update README.md
Co-authored-by: James Anderson
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ce04dc844..cea878617 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
> [!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 supports additional Next.js features.
+> 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.
From b9237d4a19ae5875f779f8ef04825e52c037b30a Mon Sep 17 00:00:00 2001
From: Brendan Irvine-Broque
Date: Sun, 29 Sep 2024 12:50:26 +0200
Subject: [PATCH 4/4] Add changeset
---
.changeset/unlucky-singers-tap.md | 5 +++++
1 file changed, 5 insertions(+)
create mode 100644 .changeset/unlucky-singers-tap.md
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