remove minify from netlify config

This commit is contained in:
John Bowdre 2024-01-15 14:04:59 -06:00
parent a6c670bc46
commit f51fc36b6d

View file

@ -6,14 +6,14 @@
[context.production]
command = """
hugo --minify
hugo
npm i @torchlight-api/torchlight-cli
npx torchlight
"""
[context.preview]
command = """
hugo --minify --environment preview
hugo --environment preview
npm i @torchlight-api/torchlight-cli
npx torchlight
"""
@ -24,7 +24,7 @@
[context.drafts]
command = """
hugo --minify --environment drafts -D
hugo --environment drafts -D
npm i @torchlight-api/torchlight-cli
npx torchlight
"""