update netlify.toml
This commit is contained in:
parent
3163dd6f06
commit
a304be8772
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue