diff --git a/netlify.toml b/netlify.toml index 5bc7fed..066303b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,8 +1,10 @@ [build] - publish = "public" command = "hugo" + publish = "public" + +[build.environment] + HUGO_VERSION = "0.53" + HUGO_ENABLEGITINFO = "true" [context.production.environment] - HUGO_VERSION = "0.53" HUGO_ENV = "production" - HUGO_ENABLEGITINFO = "true"