diff options
author | Alan Pearce | 2024-05-31 18:11:49 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-31 18:11:49 +0200 |
commit | 4aef976fbd1c1f8fd2da4900d3a8d3fb6ea6eb8c (patch) | |
tree | 677cea425c9d6cff98fa62d80fa9424f8de7fae3 | |
parent | ef80ea741b1e5c8203584485e735ad144b7202d3 (diff) | |
download | zola-bearblog-4aef976fbd1c1f8fd2da4900d3a8d3fb6ea6eb8c.tar.lz zola-bearblog-4aef976fbd1c1f8fd2da4900d3a8d3fb6ea6eb8c.tar.zst zola-bearblog-4aef976fbd1c1f8fd2da4900d3a8d3fb6ea6eb8c.zip |
netlify: remove now-unnecessary base-url overrides
-rw-r--r-- | netlify.toml | 10 |
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] |