We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab41cf commit 4adc3e4Copy full SHA for 4adc3e4
netlify.toml
@@ -1,5 +1,16 @@
1
+[build]
2
+ publish = "public"
3
+
4
[[plugins]]
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
+[[plugins]]
14
# https://github.com/philhawksworth/netlify-plugin-minify-html#readme
15
package = "netlify-plugin-minify-html"
16
@@ -18,3 +29,4 @@
18
29
[plugins.inputs.minifierOptions]
19
30
removeComments = true
20
31
collapseInlineTagWhitespace = true
32
0 commit comments