Skip to content

Commit 1748f4f

Browse files
committed
Add hugo caching
1 parent e0b3c17 commit 1748f4f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

netlify.toml

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
[build]
2+
publish = "public"
3+
14
[[plugins]]
2-
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"
312

413
[[plugins]]
514
# https://github.com/philhawksworth/netlify-plugin-minify-html#readme

0 commit comments

Comments
 (0)