diff --git a/pages/cloudflare/get-started.mdx b/pages/cloudflare/get-started.mdx index 5b532e6..f5cd1ba 100644 --- a/pages/cloudflare/get-started.mdx +++ b/pages/cloudflare/get-started.mdx @@ -76,11 +76,11 @@ 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" - } + "binding": "IMAGES", + }, } ```