Skip to content

Commit 6f19290

Browse files
chore(docs): update cloud docs (#37652)
Co-authored-by: Lennart <[email protected]>
1 parent bc6c3ef commit 6f19290

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/docs/how-to/cloud/adding-a-custom-domain.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ After the domain is validated, we'll generate a free SSL certificate via Let's E
7373

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

76+
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.
77+
7678
## 5. Finish
7779

7880
Once your custom domain has the **"HTTPS On"** label next to it, you should be able to visit it to see your site live.

docs/docs/reference/cloud/gatsby-cloud-environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The environment variables below allow you to configure features of Gatsby Cloud:
1010
- `NPM_REGISTRY`: Use to set the URL of a private registry.
1111
- `YARN_FLAGS`: Flags that are passed through to the yarn command.
1212
- `NODE_OPTIONS`: Passed through as options for Node.js. For example, - `NODE_OPTIONS=--max-old-space-size=4096`.
13-
- `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).
13+
- `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/).
1414

1515
## Read-only variables
1616

0 commit comments

Comments
 (0)