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

extracted & published netlify-plugin-cache on NPM: https://github.com/jakejarvis/netlify-plugin-cache

This commit is contained in:
2020-06-06 10:22:14 -04:00
parent fd06f71df4
commit 04ac760629
5 changed files with 29 additions and 52 deletions

View File

@@ -39,13 +39,11 @@
# Cache resoures between builds, see plugins/netlify-plugin-cache/index.js
[[plugins]]
package = "./plugins/netlify-plugin-cache"
package = "netlify-plugin-cache"
[plugins.inputs]
paths = ["resources", "_vendor"]
# [[plugins]]
# package = "netlify-plugin-debug-cache"
# [[plugins]]
# package = "@netlify/plugin-local-install-core"
[[plugins]]
package = "netlify-plugin-debug-cache"
# The most important headers and redirects are specified in the _headers and
# _redirects files generated by Hugo. These are additional custom rules.