zola/netlify.toml

11 lines
215 B
TOML
Raw Permalink Normal View History

[build]
2018-01-26 15:32:29 +00:00
base = "docs"
publish = "docs/public"
2019-05-01 16:31:54 +00:00
command = "zola build"
2018-01-26 15:32:29 +00:00
[build.environment]
ZOLA_VERSION = "0.14.0"
2018-01-26 15:32:29 +00:00
[context.deploy-preview]
2019-05-01 16:31:54 +00:00
command = "zola build --base-url $DEPLOY_PRIME_URL"