From 0af5b9a136c05fa21cf1bf2ea1972d68c0708b2b Mon Sep 17 00:00:00 2001 From: w3bdesign <45217974+w3bdesign@users.noreply.github.com> Date: Thu, 20 Feb 2025 02:57:02 +0100 Subject: [PATCH] Min score --- lighthouserc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lighthouserc.json b/lighthouserc.json index e95e2ab3e..fe21d9497 100644 --- a/lighthouserc.json +++ b/lighthouserc.json @@ -8,7 +8,7 @@ "http://localhost:3000/kategorier" ], "port": 3000, - "settings": { + "settings": { "onlyCategories": [ "performance", "accessibility", @@ -24,7 +24,7 @@ "upload": { "target": "temporary-public-storage" }, "assert": { "assertions": { - "categories:performance": ["warn", { "minScore": 0.6 }], + "categories:performance": ["warn", { "minScore": 0.8 }], "categories:accessibility": ["warn", { "minScore": 0.9 }], "categories:best-practices": ["warn", { "minScore": 0.9 }], "categories:seo": ["warn", { "minScore": 0.9 }],