From 537c469394123bc8e0dc0905ea31b4ed6fd40c74 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 2 Jul 2018 16:34:47 +0100 Subject: [PATCH] Add build config --- netlify.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/netlify.toml b/netlify.toml index 6990e11..993a260 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,7 @@ +[build] + publish = "public/" + command = "hugo -v" + [context.production.environment] HUGO_VERSION = "0.42.2"