Skip to content

Commit bd5ed96

Browse files
fix non-existing pages commands in the generated wrangler configuration section
1 parent f1fcbc7 commit bd5ed96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/workers/wrangler/configuration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,8 +1284,8 @@ Wrangler uses this generated configuration only for the following deploy and dev
12841284
- `wrangler versions upload`
12851285
- `wrangler versions deploy`
12861286
- `wrangler pages deploy`
1287-
- `wrangler pages build`
1288-
- `wrangler pages build-env`
1287+
- `wrangler pages functions build`
1288+
- `wrangler pages functions build-env`
12891289

12901290
When running these commands, Wrangler looks up the directory tree from the current working directory for a file at the path `.wrangler/deploy/config.json`.
12911291
This file must contain only a single JSON object of the form:

0 commit comments

Comments
 (0)