diff --git a/netlify.toml b/netlify.toml index dff522f..2c794bd 100644 --- a/netlify.toml +++ b/netlify.toml @@ -9,4 +9,7 @@ HUGO_VERSION = "0.42" HUGO_VERSION = "0.42" [context.deploy-preview] -command = "hugo --buildDrafts --buildFuture" +command = "hugo --buildDrafts --buildFuture --baseURL $DEPLOY_PRIME_URL" + +[context.deploy-preview.environment] +HUGO_ENABLEGITINFO = "true"