Fix the site, before other site changes (#86)

* fix the site

* Change base

* Change publish folder

Co-authored-by: Eric Fennis <eric.fennis@endurance.com>
This commit is contained in:
Eric Fennis
2020-10-07 17:42:59 +02:00
committed by GitHub
parent b3b39afb95
commit dad9648e20
5 changed files with 4815 additions and 4 deletions

4
netlify.toml Normal file
View File

@@ -0,0 +1,4 @@
[build]
base = "packages/site/"
publish = "build/"
command = "yarn deploy"