Skip to content

Commit 26981ec

Browse files
update r2 text as well
1 parent 4b5ba1e commit 26981ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/cloudflare-build-and-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Key configurations include:
2020
- `build`: Defines the build command to generate the Node.js filesystem polyfills required for the application to run on Cloudflare Workers. This uses the [`@flarelabs/wrangler-build-time-fs-assets-polyfilling`](https://github.com/flarelabs-net/wrangler-build-time-fs-assets-polyfilling) package.
2121
- `alias`: Maps aliases for the Node.js filesystem polyfills generated during the build process.
2222
- `r2_buckets`: Contains a single R2 binding definition for `NEXT_INC_CACHE_R2_BUCKET`. This is used to implement the Next.js incremental cache.
23-
- This is currently set up to a R2 bucket in the aforementioned Cloudflare testing account.
23+
- This is set up to a R2 bucket in the aforementioned Cloudflare account.
2424
- `durable_objects`: Contains a single DurableObject binding definition for `NEXT_CACHE_DO_QUEUE`. This is used to implement the Open-next cache queue.
2525
- `version_metadata`: Contains a binding for `CF_VERSION_METADATA`, used for Sentry release configuration (see [Sentry](#sentry) below).
2626

0 commit comments

Comments
 (0)