From 05c31df35de1c990f4a7f4ff3f8413f83b300135 Mon Sep 17 00:00:00 2001 From: jffarge Date: Thu, 9 Dec 2021 17:57:48 +0100 Subject: [PATCH] docs: :bug: push the actual iframe fix + force netlify node version Signed-off-by: jffarge --- docs/learn/1003-get-started.md | 2 +- website/netlify.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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