Skip to content

Commit

Permalink
docs: replace bindings link with cloudflare pages version (#11156)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltigerchino authored Dec 1, 2023
1 parent a4d9130 commit 5eb2879
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ When configuring your project settings, you must use the following settings:

## Bindings

The [`env`](https://developers.cloudflare.com/workers/runtime-apis/fetch-event#parameters) object contains your project's [bindings](https://developers.cloudflare.com/workers/platform/environment-variables/), which consist of KV/DO namespaces, etc. It is passed to SvelteKit via the `platform` property, along with `context` and `caches`, meaning that you can access it in hooks and endpoints:
The [`env`](https://developers.cloudflare.com/workers/runtime-apis/fetch-event#parameters) object contains your project's [bindings](https://developers.cloudflare.com/pages/platform/functions/bindings/), which consist of KV/DO namespaces, etc. It is passed to SvelteKit via the `platform` property, along with `context` and `caches`, meaning that you can access it in hooks and endpoints:

```js
// @errors: 7031
Expand Down

0 comments on commit 5eb2879

Please sign in to comment.