zola/netlify.toml

11 lines
229 B
TOML
Raw Normal View History

[build]
2018-01-26 15:32:29 +00:00
base = "docs"
publish = "docs/public"
command = "gutenberg build"
2018-01-26 15:32:29 +00:00
[build.environment]
2018-08-03 21:09:40 +00:00
GUTENBERG_VERSION = "0.4.0"
2018-01-26 15:32:29 +00:00
[context.deploy-preview]
command = "gutenberg build --base-url $DEPLOY_PRIME_URL"