From 92853a6ad2e0f7d5c21604820ea642d4e2b35bba Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 17 Dec 2023 14:21:04 -0800 Subject: [PATCH] fix: netlify config --- netlify.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/netlify.toml b/netlify.toml index d564b702..f9d305a1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,9 +3,12 @@ ### [[plugins]] package = "@netlify/plugin-lighthouse" - [plugins.inputs.audits] - url = "https://coryd.dev" - output_path = "lighthouse.html" + +[[plugins.inputs.audits]] +url = "https://coryd.dev" + +[[plugins.inputs.audits]] +output_path = "lighthouse.html" ### # URLs