Skip to content

Commit c18b93f

Browse files
[Pages] exit 0 instructions (#11803)
* [Pages] exit 0 instructions * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Daniel Walsh <[email protected]> --------- Co-authored-by: Daniel Walsh <[email protected]>
1 parent 1277c77 commit c18b93f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

content/pages/platform/build-configuration.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The root directory is where your site’s content lives. If not specified, Cloud
3131

3232
Cloudflare maintains a list of build configurations for popular frameworks and tools. These are accessible during project creation. Below are some standard build commands and directories for popular frameworks and tools.
3333

34-
If you are not using a framework, leave the **Build command** field blank.
34+
If you are not using a preset, use `exit 0` as your **Build command**.
3535

3636
{{<pages-build-presets-table>}}
3737

@@ -40,8 +40,9 @@ If you are not using a framework, leave the **Build command** field blank.
4040
If your project makes use of environment variables to build your site, provide custom environment variables:
4141

4242
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
43-
2. In **Account Home**, select **Workers & Pages** > in **Overview**,select your Pages project.
44-
3. Select **Settings** > **Environment variables**.
43+
2. In **Account Home**, select **Workers & Pages**.
44+
3. In **Overview**, select your Pages project.
45+
4. Select **Settings** > **Environment variables**.
4546

4647
The following system environment variables are injected by default (but can be overridden):
4748

0 commit comments

Comments
 (0)