summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexander Niebuhr <alexander@nbhr.io> 2023-09-30 06:49:04 +0200
committerGravatar GitHub <noreply@github.com> 2023-09-30 06:49:04 +0200
commit0b22bb9af45d888d2a6de563ffdc3b8ad1bc0731 (patch)
tree438ace397445837ec90612e901309a7009e1fabe
parent47ea310f01d06ed1562c790bec348718a2fa8277 (diff)
downloadastro-0b22bb9af45d888d2a6de563ffdc3b8ad1bc0731.tar.gz
astro-0b22bb9af45d888d2a6de563ffdc3b8ad1bc0731.tar.zst
astro-0b22bb9af45d888d2a6de563ffdc3b8ad1bc0731.zip
fix(cloudflare): broken link in docs (#8709)
-rw-r--r--packages/integrations/cloudflare/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/cloudflare/README.md b/packages/integrations/cloudflare/README.md
index 830c0c9f0..7bfbd4b85 100644
--- a/packages/integrations/cloudflare/README.md
+++ b/packages/integrations/cloudflare/README.md
@@ -169,7 +169,7 @@ default: `false`
Whether or not to import `.wasm` files [directly as ES modules](https://github.com/WebAssembly/esm-integration/tree/main/proposals/esm-integration) using the `.wasm?module` import syntax.
-Add `wasmModuleImports: true` to `astro.config.mjs` to enable this functionality in both the Cloudflare build and the Astro dev server. [Read more](#use-wasm-modules)
+Add `wasmModuleImports: true` to `astro.config.mjs` to enable this functionality in both the Cloudflare build and the Astro dev server. Read more about [using Wasm modules](#use-wasm-modules)
```diff lang="js"
// astro.config.mjs
@@ -192,7 +192,7 @@ default `"off"`
Determines whether and how the Cloudflare Runtime is added to `astro dev`.
-The Cloudflare Runtime includes [Cloudflare bindings](https://developers.cloudflare.com/pages/platform/functions/bindings), [environment variables](https://developers.cloudflare.com/pages/platform/functions/bindings/#environment-variables), and the [cf object](https://developers.cloudflare.com/workers/runtime-apis/request/#incomingrequestcfproperties). Read more about [accessing the Cloudflare Runtime](#access-to-the-cloudflare-runtime).
+The Cloudflare Runtime includes [Cloudflare bindings](https://developers.cloudflare.com/pages/platform/functions/bindings), [environment variables](https://developers.cloudflare.com/pages/platform/functions/bindings/#environment-variables), and the [cf object](https://developers.cloudflare.com/workers/runtime-apis/request/#incomingrequestcfproperties). Read more about [accessing the Cloudflare Runtime](#cloudflare-runtime).
- `local`: uses bindings mocking and locally static placeholders
- `off`: no access to the Cloudflare runtime using `astro dev`. You can alternatively use [Preview with Wrangler](#preview-with-wrangler)