diff --git a/docs/content/documentation/deployment/cloudflare-pages.md b/docs/content/documentation/deployment/cloudflare-pages.md index 0fb2cb3c15..c4e707438f 100644 --- a/docs/content/documentation/deployment/cloudflare-pages.md +++ b/docs/content/documentation/deployment/cloudflare-pages.md @@ -56,7 +56,7 @@ From within the workers & pages dash, do the following: And add an environment variable `UNSTABLE_PRE_BUILD`, with the following value and save. ```sh -asdf plugin add zola https://github.com/salasrod/asdf-zola && asdf install zola 0.17.2 && asdf global zola 0.17.2 +asdf plugin add zola https://github.com/salasrod/asdf-zola && asdf install zola 0.18.0 && asdf global zola 0.18.0 ```