diff options
-rw-r--r-- | netlify.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml index 90422c9..91f23c5 100644 --- a/netlify.toml +++ b/netlify.toml @@ -13,6 +13,8 @@ ZOLA_VERSION = "0.17.2" [context.deploy-preview] command = "zola build --base-url $DEPLOY_PRIME_URL" +[context.branch-deploy] +command = "zola build --base-url $DEPLOY_PRIME_URL" [[headers]] for = "/*" |