From 7e767dc459c003e2be6b89316755e8f5edf7b19d Mon Sep 17 00:00:00 2001 From: Michael Beutler <35310806+michaelbeutler@users.noreply.github.com> Date: Mon, 1 Dec 2025 23:52:32 +0100 Subject: [PATCH 1/2] fix: remove invalid `pnpm fix` --- pages/cloudflare/get-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/cloudflare/get-started.mdx b/pages/cloudflare/get-started.mdx index 5b532e6..bb47dc4 100644 --- a/pages/cloudflare/get-started.mdx +++ b/pages/cloudflare/get-started.mdx @@ -76,7 +76,7 @@ You can create one yourself in the root directory of your Next.js app with the n // "bucket_name": "", // }, ], -pnpm fix "images": { + "images": { // Enable image optimization // see https://opennext.js.org/cloudflare/howtos/image "binding": "IMAGES" From 4c0ae0a2851ee1e0244497c55fe38fa2592142d2 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Tue, 2 Dec 2025 09:07:10 +0100 Subject: [PATCH 2/2] fixup! format --- pages/cloudflare/get-started.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/cloudflare/get-started.mdx b/pages/cloudflare/get-started.mdx index bb47dc4..f5cd1ba 100644 --- a/pages/cloudflare/get-started.mdx +++ b/pages/cloudflare/get-started.mdx @@ -79,8 +79,8 @@ You can create one yourself in the root directory of your Next.js app with the n "images": { // Enable image optimization // see https://opennext.js.org/cloudflare/howtos/image - "binding": "IMAGES" - } + "binding": "IMAGES", + }, } ```