File: netlify.toml

package info (click to toggle)
htmx 4.0.0-alpha6-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 117,328 kB
  • sloc: javascript: 49,403; sh: 29; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 228 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[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"