Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/netlify-test-site.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
index dc943e4..20a6e35 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -2,6 +2,13 @@
publish = "public"
command = "hugo"
+[build.processing]
+ skip_processing = false
+
+[build.processing.js]
+ minify = true
+
[context.production.environment]
HUGO_VERSION = "0.74.3"
+