summaryrefslogtreecommitdiff
path: root/themes/after-dark/netlify.toml
blob: b1f69627670a54f3fbf03f6ac7953083f0eedb2e (plain)
1
2
3
4
5
6
7
8
[build]
    command = "zola build"

[build.environment]
    ZOLA_VERSION = "0.16.0"

[context.deploy-preview]
    command = "zola build --base-url $DEPLOY_PRIME_URL"