mziesel.com/netlify.toml

16 lines
335 B
TOML
Raw Normal View History

2023-03-19 19:26:31 +00:00
[build]
2023-03-19 19:34:31 +00:00
command = "hugo --gc --minify -b $URL"
2023-03-19 19:26:31 +00:00
publish = "public"
[build.environment]
NODE_ENV = "production"
GO_VERSION = "1.16"
TZ = "GMT+1" # Set to preferred timezone
[context.production.environment]
HUGO_VERSION = "0.104.1"
HUGO_ENV = "production"
[context.deploy-preview.environment]
HUGO_VERSION = "0.104.1"