From 1ed3af80f69af3e1b74e6ac98e4d2ae7d8693e51 Mon Sep 17 00:00:00 2001 From: Victoria Drake Date: Sun, 30 May 2021 19:51:01 -0400 Subject: [PATCH] Add Hugo version --- netlify.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/netlify.toml b/netlify.toml index 044af0e..021fcc1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -14,3 +14,6 @@ # Default build command. command = "hugo --gc --minify -t ../.. -d ../docs -v -b /" + +[build.environment] + HUGO_VERSION = "0.80.0" \ No newline at end of file