From 2c9ca00042ec7c1a4da5ad927f19e8849e5ae96c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 12 May 2024 16:46:48 +0200 Subject: Fix links in netlify branch deployments --- netlify.toml | 2 ++ 1 file changed, 2 insertions(+) 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 = "/*" -- cgit 1.4.1