0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-04-14 23:51:49 -05:00

Add deploy guides links to integrations READMEs (#4612)

This commit is contained in:
Yan Thomas 2022-09-03 17:23:44 -03:00 committed by GitHub
parent 0d5e7c015b
commit bd7bcbd390

View file

@ -2,6 +2,8 @@
An SSR adapter for use with Cloudflare Pages Functions targets. Write your code in Astro/Javascript and deploy to Cloudflare Pages.
Learn how to deploy your Astro site in our [Cloudflare Pages deployment guide](https://docs.astro.build/en/guides/deploy/cloudflare/).
In your `astro.config.mjs` use:
```js