9 lines
191 B
TOML
9 lines
191 B
TOML
[build]
|
|
command = "hugo -s exampleSite"
|
|
publish = "exampleSite/public"
|
|
|
|
[context.production.environment]
|
|
HUGO_VERSION = "0.42.2"
|
|
|
|
[context.deploy-preview.environment]
|
|
HUGO_VERSION = "0.42.2"
|