From 684b9f3da8b756c17fa87da5cf8d0890942e617b Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 19 Jun 2023 07:26:26 -0700 Subject: [PATCH] chore: update config --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index ee718d89..b9a5bf4b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,7 @@ [[plugins]] package = "netlify-plugin-cache" [plugins.inputs] - paths = [ ".cache", "./src/assets/img/cache" ] + paths = [ "./src/assets/img/cache" ] [[plugins]] package = "@netlify/plugin-lighthouse"