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]
GUTENBERG_VERSION = "0.3.1"
2018-01-26 15:32:29 +00:00
[context.deploy-preview]
command = "gutenberg build --base-url $DEPLOY_PRIME_URL"