Skip to content

Commit

Permalink
Add hugo caching
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel committed Jan 20, 2025
1 parent e0b3c17 commit 1748f4f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
[build]
publish = "public"

[[plugins]]
package = "netlify-plugin-image-optim"
package = "netlify-plugin-hugo-cache-resources"

[plugins.inputs]
# If it should show more verbose logs (optional, default = true)
debug = true
# Relative path to source directory in case you use Hugo's "--s" option
srcdir = "public"

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

0 comments on commit 1748f4f

Please sign in to comment.