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

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2021-02-25 19:24:23 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2021-02-25 19:24:23 +0300
commit1cca5111de54d53082950267e3d13336d6e9d4cd (patch)
tree1e088040ed14c62e52af3d8e9da6590a36839c81 /netlify.toml
parent442efbd406ff463499b365779ddaff208119653d (diff)
build: add netlify-plugin-hugo-cache-resources plugin
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
index 6a506e90..20efd1f0 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -14,3 +14,8 @@
[context.branch-deploy]
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
+
+[[plugins]]
+ package = "netlify-plugin-hugo-cache-resources"
+ [plugins.inputs]
+ debug = true