11 lines
229 B
TOML
11 lines
229 B
TOML
[build]
|
|
base = "docs"
|
|
publish = "docs/public"
|
|
command = "gutenberg build"
|
|
|
|
[build.environment]
|
|
GUTENBERG_VERSION = "0.4.0"
|
|
|
|
[context.deploy-preview]
|
|
command = "gutenberg build --base-url $DEPLOY_PRIME_URL"
|