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.
|
# based on:
|
|
# https://www.getzola.org/documentation/deployment/netlify/
|
|
|
|
[build]
|
|
publish = "public"
|
|
command = "zola build"
|
|
|
|
[build.environment]
|
|
ZOLA_VERSION = "0.10.1"
|
|
|
|
[context.deploy-preview]
|
|
command = "zola build --base-url $DEPLOY_PRIME_URL"
|