netlify: remove now-unnecessary base-url overrides
1 file changed, 0 insertions(+), 10 deletions(-)
jump to
M netlify.toml → netlify.toml
@@ -6,16 +6,6 @@ [build.environment] # 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]