diff options
author | 2021-08-03 14:50:44 +0000 | |
---|---|---|
committer | 2021-08-03 14:50:44 +0000 | |
commit | fc739c24d7c9ae75d377dae6bbe5253c1e5aca02 (patch) | |
tree | d097c877ab98e96203afa9fd89d236ee21531b65 /docs/src/pages/guides | |
parent | 9cf7ca10293334308e9366120108bc8a95ac2a85 (diff) | |
download | astro-fc739c24d7c9ae75d377dae6bbe5253c1e5aca02.tar.gz astro-fc739c24d7c9ae75d377dae6bbe5253c1e5aca02.tar.zst astro-fc739c24d7c9ae75d377dae6bbe5253c1e5aca02.zip |
[ci] yarn format
Diffstat (limited to 'docs/src/pages/guides')
-rw-r--r-- | docs/src/pages/guides/deploy.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/pages/guides/deploy.md b/docs/src/pages/guides/deploy.md index bd12b7e50..5b5eeb6bc 100644 --- a/docs/src/pages/guides/deploy.md +++ b/docs/src/pages/guides/deploy.md @@ -319,14 +319,14 @@ You can deploy your Astro project on [Cloudflare Pages](https://pages.cloudflare - A Cloudflare account. If you don”t already have one, you can create a free Cloudflare account during the process. - Your app code pushed to a [GitHub](https://github.com) repository. -Then, set up a new project on Cloudflare Pages. +Then, set up a new project on Cloudflare Pages. Use the following build settings: - **Framework preset**: `None` (As of this writing, Astro is not listed.) - **Build command:** `astro build` or `npm run build` - **Build output directory:** `dist` -- **Environment variables (advanced)**: Add an environment variable with the **Variable name** of `NODE_VERSION` and a **Value** of a [Node version that’s compatible with Astro](https://docs.astro.build/installation#prerequisites), since the Cloudflare Pages default version probably won’t work. +- **Environment variables (advanced)**: Add an environment variable with the **Variable name** of `NODE_VERSION` and a **Value** of a [Node version that’s compatible with Astro](https://docs.astro.build/installation#prerequisites), since the Cloudflare Pages default version probably won’t work. Then click the **Save and Deploy** button. |