From 5c1230bae2b0cc16dea0c5dc875e00ec4205d2e9 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sun, 15 Jan 2023 18:32:24 +0100 Subject: [PATCH] Add: git info setting --- netlify.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netlify.toml b/netlify.toml index 75724d1..618998e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,9 +2,11 @@ publish = "public" command = "hugo" + [context.production.environment] HUGO_VERSION = "v0.108.0" HUGO_ENV = "production" + HUGO_ENABLEGITINFO = "true" [context.deploy-preview] command = "hugo --minify"