We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pnpm fix
1 parent 12b2623 commit 83d0b01Copy full SHA for 83d0b01
1 file changed
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
76
// "bucket_name": "<BUCKET_NAME>",
77
// },
78
],
79
-pnpm fix "images": {
+ "images": {
80
// Enable image optimization
81
// see https://opennext.js.org/cloudflare/howtos/image
82
- "binding": "IMAGES"
83
- }
+ "binding": "IMAGES",
+ },
84
}
85
```
86
0 commit comments