diff options
author | 2021-09-08 12:42:25 -0500 | |
---|---|---|
committer | 2021-09-08 12:42:25 -0500 | |
commit | 0b73a093ee3a79f3fc43afc0af130dae05d5490e (patch) | |
tree | fc879b6412ea578d76b832c8ae60c93008c73173 | |
parent | c36c9ba20020487a4ef6589115e8ff351956de71 (diff) | |
download | astro-0b73a093ee3a79f3fc43afc0af130dae05d5490e.tar.gz astro-0b73a093ee3a79f3fc43afc0af130dae05d5490e.tar.zst astro-0b73a093ee3a79f3fc43afc0af130dae05d5490e.zip |
Update netlify deploy instructions for `.nvmrc` syntax (#1337)
-rw-r--r-- | docs/src/pages/guides/deploy.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/guides/deploy.md b/docs/src/pages/guides/deploy.md index ff0c30d95..e5e3db1c9 100644 --- a/docs/src/pages/guides/deploy.md +++ b/docs/src/pages/guides/deploy.md @@ -180,7 +180,7 @@ jobs: ## Netlify -In your codebase, make sure you have a `.nvmrc` file with `v14.15.1` in it. +In your codebase, make sure you have a [`.nvmrc`](https://github.com/nvm-sh/nvm#nvmrc) file with `node v14.15.1` in it. You can configure your deploy in two ways, via the Netlify website or with the `netlify.toml` file. |