Skip to content

Commit 83d0b01

Browse files
michaelbeutlervicb
andauthored
fix: remove invalid pnpm fix (#199)
Co-authored-by: Victor Berchet <[email protected]>
1 parent 12b2623 commit 83d0b01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/cloudflare/get-started.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ You can create one yourself in the root directory of your Next.js app with the n
7676
// "bucket_name": "<BUCKET_NAME>",
7777
// },
7878
],
79-
pnpm fix "images": {
79+
"images": {
8080
// Enable image optimization
8181
// see https://opennext.js.org/cloudflare/howtos/image
82-
"binding": "IMAGES"
83-
}
82+
"binding": "IMAGES",
83+
},
8484
}
8585
```
8686

0 commit comments

Comments
 (0)