Skip to content

Commit caf378b

Browse files
authored
Apply suggestions from code review
1 parent b304fd8 commit caf378b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/changelog/pages/2025-05-30-pages-build-image-v3.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ products:
66
date: 2025-05-30T00:00:00Z
77
---
88

9-
When you use the built-in build system that is part of [Cloudflare Pages](https://developers.cloudflare.com/pages/), the [Build Image](https://developers.cloudflare.com/pages/configuration/build-image/) now includes Node.js v22. Previously, Node.js v18 was provided by default, and Node.js v18 is now end-of-life (EOL).
9+
When you use the built-in build system that is part of [Cloudflare Pages](/pages/), the [Build Image](/pages/configuration/build-image/) now includes Node.js v22. Previously, Node.js v18 was provided by default, and Node.js v18 is now end-of-life (EOL).
1010

1111
If you are creating a new Pages project, the new V3 build image that includes Node.js v22 will be used by default. If you have an existing Pages project, you can update to the latest build image by navigating to Settings > Build & deployments > Build system version in the Cloudflare dashboard for a specific Pages project.
1212

13-
Note that you can always specify a particular version of Node.js or other built-in dependencies by [setting an environment variable](https://developers.cloudflare.com/pages/configuration/build-image/#override-default-versions).
13+
Note that you can always specify a particular version of Node.js or other built-in dependencies by [setting an environment variable](/pages/configuration/build-image/#override-default-versions).
1414

15-
For more, refer to the [developer docs for Cloudflare Pages builds](https://developers.cloudflare.com/pages/configuration/build-image)
15+
For more, refer to the [developer docs for Cloudflare Pages builds](/pages/configuration/build-image)

0 commit comments

Comments
 (0)