Change: netlify config for the new theme

This commit is contained in:
Aroy-Art 2022-03-19 14:17:09 +01:00
parent e8e2107b5a
commit 5bd434a3d5
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -3,17 +3,17 @@
command = "hugo" command = "hugo"
[context.production.environment] [context.production.environment]
HUGO_VERSION = "0.80.0" HUGO_VERSION = "0.93.0"
HUGO_ENV = "production" HUGO_ENV = "production"
[context.deploy-preview] [context.deploy-preview]
command = "hugo -b $DEPLOY_PRIME_URL" command = "hugo --minify"
[context.deploy-preview.environment] [context.deploy-preview.environment]
HUGO_VERSION = "0.80.0" HUGO_VERSION = "0.93.0"
[context.branch-deploy] [context.branch-deploy]
command = "hugo -b $DEPLOY_PRIME_URL" command = "hugo --minify"
[context.branch-deploy.environment] [context.branch-deploy.environment]
HUGO_VERSION = "0.80.0" HUGO_VERSION = "0.93.0"