From 032adb4d12bd77c774d426fc09104307496048f4 Mon Sep 17 00:00:00 2001 From: Jieiku <106644+Jieiku@users.noreply.github.com> Date: Thu, 27 Jun 2024 08:03:53 -0700 Subject: [PATCH] cleanup netlify.toml --- netlify.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/netlify.toml b/netlify.toml index 88cfe4da..8c0156bb 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,12 +1,12 @@ [build] publish = "public" -command = "zola build && npm run abridge && zola build" +command = "npm run abridge" [build.environment] ZOLA_VERSION = "0.19.1" -[context.deploy-preview] -command = "zola build --base-url $DEPLOY_PRIME_URL && npm run abridge && zola build --base-url $DEPLOY_PRIME_URL" +# [context.deploy-preview] +# command = "npm run abridge && zola build --drafts --base-url $DEPLOY_PRIME_URL" [[headers]] for = "/*"