htmx/netlify.toml
2024-07-17 22:07:07 -06:00

11 lines
189 B
TOML

[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"