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 11
11
"r2_buckets" : [
12
12
{
13
13
"binding" : " NEXT_INC_CACHE_R2_BUCKET" ,
14
- "bucket_name" : " <BUCKET_NAME> "
14
+ "bucket_name" : " cache "
15
15
}
16
16
],
17
17
"services" : [
Original file line number Diff line number Diff line change 29
29
"r2_buckets" : [
30
30
{
31
31
"binding" : " NEXT_INC_CACHE_R2_BUCKET" ,
32
- "bucket_name" : " <BUCKET_NAME> "
32
+ "bucket_name" : " cache "
33
33
}
34
34
],
35
35
"services" : [
Original file line number Diff line number Diff line change 32
32
"r2_buckets" : [
33
33
{
34
34
"binding" : " NEXT_INC_CACHE_R2_BUCKET" ,
35
- "bucket_name" : " <BUCKET_NAME> "
35
+ "bucket_name" : " cache "
36
36
}
37
37
],
38
38
"services" : [
Original file line number Diff line number Diff line change 11
11
"r2_buckets" : [
12
12
{
13
13
"binding" : " NEXT_INC_CACHE_R2_BUCKET" ,
14
- "bucket_name" : " <BUCKET_NAME> "
14
+ "bucket_name" : " cache "
15
15
}
16
16
],
17
17
"services" : [
Original file line number Diff line number Diff line change 26
26
"r2_buckets" : [
27
27
{
28
28
"binding" : " NEXT_INC_CACHE_R2_BUCKET" ,
29
- "bucket_name" : " NEXT_INC_CACHE_R2_BUCKET "
29
+ "bucket_name" : " cache "
30
30
}
31
31
]
32
32
},
Original file line number Diff line number Diff line change 13
13
// See https://opennext.js.org/cloudflare/caching
14
14
{
15
15
"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
17
18
// See https://developers.cloudflare.com/workers/wrangler/commands/#r2-bucket-create
18
- "bucket_name" : " <BUCKET_NAME> "
19
+ "bucket_name" : " cache "
19
20
}
20
21
]
21
22
}
You can’t perform that action at this time.
0 commit comments