We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b3c17 commit 1748f4fCopy full SHA for 1748f4f
netlify.toml
@@ -1,5 +1,14 @@
1
+[build]
2
+ publish = "public"
3
+
4
[[plugins]]
- package = "netlify-plugin-image-optim"
5
+ package = "netlify-plugin-hugo-cache-resources"
6
7
+ [plugins.inputs]
8
+ # If it should show more verbose logs (optional, default = true)
9
+ debug = true
10
+ # Relative path to source directory in case you use Hugo's "--s" option
11
+ srcdir = "public"
12
13
14
# https://github.com/philhawksworth/netlify-plugin-minify-html#readme
0 commit comments