Skip to content

Commit 391a107

Browse files
committed
update bindings copy
1 parent b1cf965 commit 391a107

File tree

1 file changed

+4
-1
lines changed
  • src/content/docs/workers/frameworks/framework-guides

1 file changed

+4
-1
lines changed

src/content/docs/workers/frameworks/framework-guides/astro.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,10 @@ If your Astro project uses [on demand rendering (also known as SSR)](https://doc
170170
:::note
171171
You cannot use bindings if you're using Astro to generate a purely static site.
172172
:::
173-
Astro applications can be fully integrated with the Cloudflare Developer Platform, in both local development and in production, by using [bindings](/workers/runtime-apis/bindings/). The [Astro docs](https://docs.astro.build/en/guides/integrations-guide/cloudflare/#cloudflare-runtime) provide information about how you can access them in your `locals`.
173+
174+
With bindings, your Astro application can be fully integrated with the Cloudflare Developer Platform, giving you access to compute, storage, AI and more. Refer to the [bindings overview](/workers/runtime-apis/bindings/) for more information on what's available and how to configure them.
175+
176+
The [Astro docs](https://docs.astro.build/en/guides/integrations-guide/cloudflare/#cloudflare-runtime) provide information about how you can access them in your `locals`.
174177

175178
## Astro's build configuration
176179

0 commit comments

Comments
 (0)