Skip to content

Commit

Permalink
cleanup netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jieiku committed Jun 27, 2024
1 parent ce2044a commit 032adb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -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 = "/*"
Expand Down

0 comments on commit 032adb4

Please sign in to comment.