Skip to content

Commit d568636

Browse files
committed
docs(pages): Zola is preinstalled in v2/v3 build image
ZOLA_VERSION is now optional — Zola is preinstalled in the Pages v2/v3 build environment so builds work without any env var configuration. Users can still pin a specific version via ZOLA_VERSION if needed.
1 parent 31a3046 commit d568636

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/content/docs/pages/framework-guides/deploy-a-zola-site.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ Upon running `zola init`, you will prompted with three questions:
8181

8282
<PagesBuildPreset framework="zola" />
8383

84-
Below the configuration, make sure to set the **Environment Variables (advanced)** for specifying the `ZOLA_VERSION`.
84+
Zola is preinstalled in the Cloudflare Pages build environment, so no additional configuration is required. You can optionally set the `ZOLA_VERSION` environment variable under **Environment Variables (advanced)** to pin a specific version.
8585

86-
For example, `ZOLA_VERSION`: `0.17.2`.
86+
For example, `ZOLA_VERSION`: `0.19.2`.
8787

88-
After configuring your site, you can begin your first deploy. You should see Cloudflare Pages installing `zola`, your project dependencies, and building your site, before deploying it.
88+
After configuring your site, you can begin your first deploy. You should see Cloudflare Pages building your site with Zola, before deploying it.
8989

9090
:::note
9191

0 commit comments

Comments
 (0)