File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
packages/cloudflare/templates Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @opennextjs/cloudflare " : patch
3+ ---
4+
5+ Add image binding to Wrangler configuration template file
Original file line number Diff line number Diff line change 1414 },
1515 "observability" : {
1616 "enabled" : true
17+ },
18+ "images" : {
19+ // Enable image optimization
20+ // see https://opennext.js.org/cloudflare/howtos/image
21+ "binding" : " IMAGES"
1722 }
1823}
Original file line number Diff line number Diff line change 1818 // See https://developers.cloudflare.com/workers/wrangler/commands/#r2-bucket-create
1919 "bucket_name" : " cache"
2020 }
21- ]
21+ ],
22+ "images" : {
23+ // Enable image optimization
24+ // see https://opennext.js.org/cloudflare/howtos/image
25+ "binding" : " IMAGES"
26+ }
2227}
You can’t perform that action at this time.
0 commit comments