From 7e00db405168f293494d947ccec07f932018cadb Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 17 Dec 2023 14:44:16 -0800 Subject: [PATCH] fix: drop lighthouse plugin --- netlify.toml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/netlify.toml b/netlify.toml index f9d305a1..33d4ec97 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,15 +1,3 @@ -### -# PLUGINS -### -[[plugins]] -package = "@netlify/plugin-lighthouse" - -[[plugins.inputs.audits]] -url = "https://coryd.dev" - -[[plugins.inputs.audits]] -output_path = "lighthouse.html" - ### # URLs ###