Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): update cloud docs #37652

Merged
merged 3 commits into from
Feb 15, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix pathPrefix link
  • Loading branch information
littlemarcus authored Feb 14, 2023
commit d2261232a10ca242606f6e7661129ab0f06cb896
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The environment variables below allow you to configure features of Gatsby Cloud:
- `NPM_REGISTRY`: Use to set the URL of a private registry.
- `YARN_FLAGS`: Flags that are passed through to the yarn command.
- `NODE_OPTIONS`: Passed through as options for Node.js. For example, - `NODE_OPTIONS=--max-old-space-size=4096`.
- `PREFIX_PATHS`: Set to true to enable the `--prefix-paths` flag during `gatsby build`. See the docs on [prefix-paths](../../how-to/previews-deploys-hosting/path-prefix.md).
- `PREFIX_PATHS`: Set to true to enable the `--prefix-paths` flag during `gatsby build`. See the docs on [prefix-paths](../../how-to/previews-deploys-hosting/path-prefix).

## Read-only variables

Expand Down