about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--netlify.toml10
1 files changed, 0 insertions, 10 deletions
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]