summaryrefslogtreecommitdiffstats
path: root/netlify.toml
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-07-02 22:15:57 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-07-02 22:15:57 +0200
commitb90c5ce20c9a9f05710236a3661f6236ef3f5539 (patch)
tree9fc56bf3705da5ad9a9071c09028d278095810ec /netlify.toml
parent03703ba1f49b1343b81d0635723efce9b566961a (diff)
downloadgohugo-theme-ed-b90c5ce20c9a9f05710236a3661f6236ef3f5539.tar.gz
Do not minify site content
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/netlify.toml b/netlify.toml
index 3149cec..c1cdc73 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,6 +1,6 @@
[build]
publish = 'public'
- command = 'hugo --source=exampleSite --gc --verbose --minify --destination ../public'
+ command = 'hugo --source=exampleSite --gc --verbose --destination ../public'
[context.production.environment]
HUGO_VERSION = '0.101.0'
@@ -9,20 +9,20 @@
HUGO_GOOGLEANALYTICS = 'G-DP9Q137C3X'
[context.split1]
- command = 'hugo --source=exampleSite --gc --minify --enableGitInfo --destination ../public'
+ command = 'hugo --source=exampleSite --gc --enableGitInfo --destination ../public'
[context.split1.environment]
HUGO_VERSION = '0.101.0'
HUGO_ENV = 'production'
[context.deploy-preview]
- command = 'hugo --source=exampleSite --gc --minify --buildDrafts --buildFuture --baseURL $DEPLOY_PRIME_URL --destination ../public'
+ command = 'hugo --source=exampleSite --gc --buildDrafts --buildFuture --baseURL $DEPLOY_PRIME_URL --destination ../public'
[context.deploy-preview.environment]
HUGO_VERSION = '0.101.0'
[context.branch-deploy]
- command = 'hugo --source=exampleSite --gc --minify --baseURL $DEPLOY_PRIME_URL --destination ../public'
+ command = 'hugo --source=exampleSite --gc --baseURL $DEPLOY_PRIME_URL --destination ../public'
[context.branch-deploy.environment]
HUGO_VERSION = '0.101.0'