mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-26 20:40:41 +00:00
11 lines
189 B
TOML
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"
|