Files
docker-docs/netlify.toml
David Karlsson 7c71031200 build: update hugo to v0.124.1
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-23 10:48:57 +02:00

14 lines
270 B
TOML

[build]
publish = "public"
[context.deploy-preview.environment]
NODE_VERSION = "20"
NODE_ENV = "production"
HUGO_VERSION = "0.124.1"
HUGO_ENABLEGITINFO = "true"
HUGO_ENVIRONMENT = "preview"
[context.deploy-preview]
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"