Files
website/exampleSite/netlify.toml
George Cushen 9ba41382eb demo: update modules
replace static/admin/ with module
2021-01-23 19:24:23 +00:00

17 lines
380 B
TOML

[build]
command = "hugo --gc --minify -b $URL"
publish = "public"
[build.environment]
HUGO_VERSION = "0.80.0"
HUGO_ENABLEGITINFO = "true"
[context.production.environment]
HUGO_ENV = "production"
[context.deploy-preview]
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
[context.branch-deploy]
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"