Skip to content

Commit

Permalink
chore(docs): update cloud docs (#37652)
Browse files Browse the repository at this point in the history
Co-authored-by: Lennart <lekoarts@gmail.com>
  • Loading branch information
littlemarcus and LekoArts committed Feb 15, 2023
1 parent bc6c3ef commit 6f19290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/docs/how-to/cloud/adding-a-custom-domain.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ After the domain is validated, we'll generate a free SSL certificate via Let's E

**Note**: DNS records need to be fully propagated in order to properly verify the certificates. If not, SSL certification generation will fail.

SSL certificates generated by Gatsby will automatically update with no action required on your end. If you add a [custom SSL certificate](https://support.gatsbyjs.com/hc/en-us/articles/1500003044001-Adding-a-Custom-SSL-Certificate), you will need to generate and reupload a new certificate before the current certificate expires.

## 5. Finish

Once your custom domain has the **"HTTPS On"** label next to it, you should be able to visit it to see your site live.
Expand Down
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](/docs/how-to/previews-deploys-hosting/path-prefix/).

## Read-only variables

Expand Down

0 comments on commit 6f19290

Please sign in to comment.