You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
k0r.386/netlify.toml

13 lines
246 B
TOML

# based on:
# https://www.getzola.org/documentation/deployment/netlify/
[build]
publish = "public"
command = "zola build"
[build.environment]
ZOLA_VERSION = "0.14.0"
[context.deploy-preview]
command = "zola build --base-url $DEPLOY_PRIME_URL"