diff --git a/docs/learn/1003-get-started.md b/docs/learn/1003-get-started.md
index 86906027..9a6d6958 100644
--- a/docs/learn/1003-get-started.md
+++ b/docs/learn/1003-get-started.md
@@ -4,7 +4,7 @@ slug: /1003/get-started/
# Get Started with Dagger
-
+
In this tutorial, you will learn the basics of Dagger by building a Dagger project from scratch. This simple project deploys a [React](https://reactjs.org/) application to your local machine via Docker. In later tutorials, you will learn how to configure Dagger to deploy to remote infrastructure such as EKS and GKE.
diff --git a/website/netlify.toml b/website/netlify.toml
index 74759735..41aa399c 100644
--- a/website/netlify.toml
+++ b/website/netlify.toml
@@ -1,6 +1,7 @@
[build]
publish = "build/"
command = "yarn build"
+ environment = { NODE_VERSION = "16.13.1" }
[context.production]
# Do not build the site if there's no site-related changes since the last