10 lines
199 B
TOML
10 lines
199 B
TOML
|
[build]
|
||
|
command = "hugo -b $URL -s exampleSite"
|
||
|
publish = "exampleSite/public"
|
||
|
|
||
|
[context.production.environment]
|
||
|
HUGO_VERSION = "0.65.3"
|
||
|
|
||
|
[context.deploy-preview.environment]
|
||
|
HUGO_VERSION = "0.65.3"
|