From 174abd3eeedcb34f75b8d3c06d64f0d2d2e2cec5 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sun, 26 Nov 2017 21:54:55 +0000 Subject: [PATCH] try somthing for Netlify --- netlify.toml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/netlify.toml b/netlify.toml index 1cb1a1d520..ff77dd2e2f 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,12 +2,5 @@ base = "website" publish = "_speedpack" command = "npm run build" - -[context.production.environment] - HUGO_VERSION = "0.30" - -[context.deploy-preview.environment] - HUGO_VERSION = "0.30" - -[context.branch-deploy.environment] - HUGO_VERSION = "0.30" + HUGO_VERSION = "0.30" + NODE_VERSION = "9"