summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorGravatar jonathantneal <jonathantneal@users.noreply.github.com> 2022-01-19 20:37:37 +0000
committerGravatar GitHub Actions <actions@github.com> 2022-01-19 20:37:37 +0000
commit662f10ceb60f6dd2ac0495cfc03fbe1dff0adafb (patch)
tree8013e71fdd9d9c6a7c217761a6307bc6f13a9c5a /docs/src
parentcdee6e48bb30bc35a6b9135293c0b82eda8a9443 (diff)
downloadastro-662f10ceb60f6dd2ac0495cfc03fbe1dff0adafb.tar.gz
astro-662f10ceb60f6dd2ac0495cfc03fbe1dff0adafb.tar.zst
astro-662f10ceb60f6dd2ac0495cfc03fbe1dff0adafb.zip
[ci] yarn format
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/pages/en/guides/deploy.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/en/guides/deploy.md b/docs/src/pages/en/guides/deploy.md
index aef2887d6..f9d34e4be 100644
--- a/docs/src/pages/en/guides/deploy.md
+++ b/docs/src/pages/en/guides/deploy.md
@@ -380,7 +380,7 @@ Use the following build settings:
- **Framework preset**: `Astro`
- **Build command:** `npm run build`
- **Build output directory:** `dist`
-- **Environment variables (advanced)**: Currently, Cloudflare Pages supports `NODE_VERSION = 12.18.0` in the Pages build environment by default. Astro requires `14.15.0`, `v16.0.0`, or higher. You can 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) or by specifying the node version of your project in a `.nvmrc` or `.node-version` file.
+- **Environment variables (advanced)**: Currently, Cloudflare Pages supports `NODE_VERSION = 12.18.0` in the Pages build environment by default. Astro requires `14.15.0`, `v16.0.0`, or higher. You can 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) or by specifying the node version of your project in a `.nvmrc` or `.node-version` file.
Then click the **Save and Deploy** button.