From 80b781493ae07945dafc1058230aa59ff37d968b Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 14 Aug 2023 09:53:02 -0700 Subject: [PATCH] chore: netlify config tweaks --- netlify.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/netlify.toml b/netlify.toml index 14e10750..6c419652 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,6 +3,13 @@ ### [[plugins]] package = "@netlify/plugin-lighthouse" + [plugins.inputs.audits] + output_path = "reports/lighthouse.html" + +[[plugins]] +package = "netlify-plugin-cache" + [plugins.inputs] + paths = [ ".cache", "_site/assets/img/cache" ] ### # URLs