diff --git a/src/content/docs/workers/wrangler/configuration.mdx b/src/content/docs/workers/wrangler/configuration.mdx index ee0fe9fd34087c0..936a70a7ee28b9f 100644 --- a/src/content/docs/workers/wrangler/configuration.mdx +++ b/src/content/docs/workers/wrangler/configuration.mdx @@ -1284,8 +1284,8 @@ Wrangler uses this generated configuration only for the following deploy and dev - `wrangler versions upload` - `wrangler versions deploy` - `wrangler pages deploy` -- `wrangler pages build` -- `wrangler pages build-env` +- `wrangler pages functions build` +- `wrangler pages functions build-env` 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`. This file must contain only a single JSON object of the form: