docs: 🐛 push the actual iframe fix + force netlify node version
Signed-off-by: jffarge <jeanfrancois.farge@gmail.com>
This commit is contained in:
parent
3821d62115
commit
05c31df35d
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user