summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/src/pages/en/guides/deploy.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/pages/en/guides/deploy.md b/docs/src/pages/en/guides/deploy.md
index 9427e3aa6..ac7ec14da 100644
--- a/docs/src/pages/en/guides/deploy.md
+++ b/docs/src/pages/en/guides/deploy.md
@@ -377,8 +377,8 @@ 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`
+- **Framework preset**: `Astro`
+- **Build command:** `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.