Files
htmx/netlify.toml
Carson Gross 1480292fea kick netlify
2025-11-03 11:34:09 -07:00

12 lines
228 B
TOML

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