1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-18 21:45:31 -04:00

test cache plugin for Netlify

This commit is contained in:
2020-06-05 17:29:22 -04:00
parent 85fe0084b8
commit eafbf87f49
6 changed files with 47 additions and 1 deletions

View File

@@ -37,6 +37,17 @@
publish = "public"
autoLaunch = false
# Cache resoures between builds, see plugins/netlify-plugin-cache/index.js
[[plugins]]
package = "/plugins/netlify-plugin-cache"
[plugins.inputs]
# TODO: make this better.
paths = "[\"resources\", \"_vendor\"]"
[[plugins]]
package = "netlify-plugin-debug-cache"
[[plugins]]
package = "@netlify/plugin-local-install-core"
# The most important headers and redirects are specified in the _headers and
# _redirects files generated by Hugo. These are additional custom rules.