File tree Expand file tree Collapse file tree 6 files changed +8
-7
lines changed
overrides/r2-incremental-cache
packages/cloudflare/templates Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1111 "r2_buckets" : [
1212 {
1313 "binding" : " NEXT_INC_CACHE_R2_BUCKET" ,
14- "bucket_name" : " <BUCKET_NAME> "
14+ "bucket_name" : " cache "
1515 }
1616 ],
1717 "services" : [
Original file line number Diff line number Diff line change 2929 "r2_buckets" : [
3030 {
3131 "binding" : " NEXT_INC_CACHE_R2_BUCKET" ,
32- "bucket_name" : " <BUCKET_NAME> "
32+ "bucket_name" : " cache "
3333 }
3434 ],
3535 "services" : [
Original file line number Diff line number Diff line change 3232 "r2_buckets" : [
3333 {
3434 "binding" : " NEXT_INC_CACHE_R2_BUCKET" ,
35- "bucket_name" : " <BUCKET_NAME> "
35+ "bucket_name" : " cache "
3636 }
3737 ],
3838 "services" : [
Original file line number Diff line number Diff line change 1111 "r2_buckets" : [
1212 {
1313 "binding" : " NEXT_INC_CACHE_R2_BUCKET" ,
14- "bucket_name" : " <BUCKET_NAME> "
14+ "bucket_name" : " cache "
1515 }
1616 ],
1717 "services" : [
Original file line number Diff line number Diff line change 2626 "r2_buckets" : [
2727 {
2828 "binding" : " NEXT_INC_CACHE_R2_BUCKET" ,
29- "bucket_name" : " NEXT_INC_CACHE_R2_BUCKET "
29+ "bucket_name" : " cache "
3030 }
3131 ]
3232 },
Original file line number Diff line number Diff line change 1313 // See https://opennext.js.org/cloudflare/caching
1414 {
1515 "binding" : " NEXT_INC_CACHE_R2_BUCKET" ,
16- // Create a bucket before deploying
16+ // Create the bucket before deploying
17+ // You can change the bucket name if you want
1718 // See https://developers.cloudflare.com/workers/wrangler/commands/#r2-bucket-create
18- "bucket_name" : " <BUCKET_NAME> "
19+ "bucket_name" : " cache "
1920 }
2021 ]
2122}
You can’t perform that action at this time.
0 commit comments