blob: 1be94df181779a95e6261bffd34acaca68c660c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[build]
base = "www"
publish = "public"
command = "zola build"
[build.environment]
ZOLA_VERSION = "0.19.1"
[context.deploy-preview]
command = "zola build --base-url $DEPLOY_PRIME_URL"
|