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"