From 4aef976fbd1c1f8fd2da4900d3a8d3fb6ea6eb8c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 31 May 2024 18:11:49 +0200 Subject: netlify: remove now-unnecessary base-url overrides --- netlify.toml | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'netlify.toml') diff --git a/netlify.toml b/netlify.toml index 3f4cbe4..ec9c017 100644 --- a/netlify.toml +++ b/netlify.toml @@ -6,16 +6,6 @@ command = "zola build" # Set the version name that you want to use and Netlify will automatically use it. ZOLA_VERSION = "0.18.0" -# The magic for deploying previews of branches. -# We need to override the base url with whatever url Netlify assigns to our -# preview site. We do this using the Netlify environment variable -# `$DEPLOY_PRIME_URL`. - -[context.deploy-preview] -command = "zola build --base-url $DEPLOY_PRIME_URL" -[context.branch-deploy] -command = "zola build --base-url $DEPLOY_PRIME_URL" - [[headers]] for = "/*" [headers.values] -- cgit 1.4.1