diff --git a/netlify.toml b/netlify.toml index 761bdba..8731957 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,20 +1,20 @@ [build] - command = "hugo" + command = "hugo --gc --minify" publish = "public" [context.production.environment] command = "hugo --buildFuture -b $DEPLOY_PRIME_URL" - HUGO_VERSION = "0.67.1" + HUGO_VERSION = "0.116.1" HUGO_ENV = "production" [context.deploy-preview] command = "hugo --buildFuture -b $DEPLOY_PRIME_URL" - HUGO_VERSION = "0.67.1" + HUGO_VERSION = "0.116.1" [context.branch-deploy] command = "hugo --buildFuture -b $DEPLOY_PRIME_URL" - HUGO_VERSION = "0.67.1" + HUGO_VERSION = "0.116.1" [[headers]] for = "/*"