docs: 🐛 push the actual iframe fix + force netlify node version

Signed-off-by: jffarge <jeanfrancois.farge@gmail.com>
This commit is contained in:
jffarge 2021-12-09 17:57:48 +01:00
parent 3821d62115
commit 05c31df35d
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ slug: /1003/get-started/
# Get Started with Dagger
<iframe width="800" height="450" style={{float: 'right', marginBottom: '2rem'}} src="https://www.youtube.com/embed/QvyB3m9Fti0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="800" height="450" style={{width: '100%', marginBottom: '2rem'}} src="https://www.youtube.com/embed/QvyB3m9Fti0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
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.

View File

@ -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