all repos — zola-bearblog @ 4aef976fbd1c1f8fd2da4900d3a8d3fb6ea6eb8c

Port of bear blog theme to zola

netlify: remove now-unnecessary base-url overrides

Alan Pearce
commit

4aef976fbd1c1f8fd2da4900d3a8d3fb6ea6eb8c

parent

ef80ea741b1e5c8203584485e735ad144b7202d3

1 file changed, 0 insertions(+), 10 deletions(-)

jump to
M netlify.tomlnetlify.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]