Skip to content

Commit edccc78

Browse files
committed
Fix Wrangler config Pages docs
1 parent c9c46db commit edccc78

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,8 +1289,7 @@ Wrangler uses this generated configuration only for the following deploy and dev
12891289
- `wrangler versions upload`
12901290
- `wrangler versions deploy`
12911291
- `wrangler pages deploy`
1292-
- `wrangler pages build`
1293-
- `wrangler pages build-env`
1292+
- `wrangler pages functions build`
12941293

12951294
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`.
12961295
This file must contain only a single JSON object of the form:

0 commit comments

Comments
 (0)