htmx/netlify.toml
2023-04-04 20:46:21 -04:00

11 lines
189 B
TOML

[build]
base = "www"
publish = "public"
command = "zola build"
[build.environment]
ZOLA_VERSION = "0.17.1"
[context.deploy-preview]
command = "zola build --base-url $DEPLOY_PRIME_URL"