Skip to content

Commit

Permalink
deploy previews
Browse files Browse the repository at this point in the history
  • Loading branch information
pdmxdd committed Mar 28, 2022
1 parent f576b49 commit f734aa1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# netlify site URL: https://lctt-linux.netlify.app

[build]
command = "hugo -b $DEPLOY_PRIME_URL"
command = "hugo --gc --minify"
publish = "public"

[build.environment]
HUGO_VERSION = "0.93.0"
HUGO_VERSION = "0.93.0"

[context.deploy-preview]
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"

0 comments on commit f734aa1

Please sign in to comment.