From a304be87722a4b67a18c34082b44750f4679f07f Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sun, 11 Dec 2022 19:13:44 +0100 Subject: [PATCH] update netlify.toml --- static/netlify.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/netlify.toml b/static/netlify.toml index cd744c5..3e04b57 100644 --- a/static/netlify.toml +++ b/static/netlify.toml @@ -1,20 +1,20 @@ [build] publish = "public" -command = "hugo --gc --minify --cleanDestinationDir" +command = "hugo --gc --minify" [context.production.environment] HUGO_VERSION = "0.108.0" HUGO_ENV = "production" -HUGO_ENABLEGITINFO = "true" +#HUGO_ENABLEGITINFO = "true" [context.deploy-preview] -command = "hugo --gc --minify --cleanDestinationDir --buildFuture -b $DEPLOY_PRIME_URL" +command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL" [context.deploy-preview.environment] HUGO_VERSION = "0.108.0" [context.branch-deploy] -command = "hugo --gc --minify --cleanDestinationDir -b $DEPLOY_PRIME_URL" +command = "hugo --gc --minify -b $DEPLOY_PRIME_URL" [context.branch-deploy.environment] HUGO_VERSION = "0.108.0"