diff --git a/netlify.toml b/netlify.toml index 3cd50c583..f921dc646 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,5 +2,9 @@ base = "website" publish = "website/_speedpack" command = "npm run build" + +[context.production.environment] + HUGO_VERSION = "0.30" + +[context.deploy-preview.environment] HUGO_VERSION = "0.30" - NODE_VERSION = "9" diff --git a/website/.nvmrc b/website/.nvmrc new file mode 100644 index 000000000..f11c82a4c --- /dev/null +++ b/website/.nvmrc @@ -0,0 +1 @@ +9 \ No newline at end of file