10 lines
164 B
TOML
10 lines
164 B
TOML
|
[build]
|
||
|
command = "hugo"
|
||
|
publish = "public"
|
||
|
|
||
|
[context.production.environment]
|
||
|
HUGO_VERSION = "0.42.2"
|
||
|
|
||
|
[context.deploy-preview.environment]
|
||
|
HUGO_VERSION = "0.42.2"
|