From 303e4ff2f2830a2842636680fac708b6cfaaf3a3 Mon Sep 17 00:00:00 2001 From: dominikgeissler <39053640+dominikgeissler@users.noreply.github.com> Date: Sun, 1 Oct 2023 21:00:19 +0200 Subject: [PATCH] #106 changed lighthouse minScore (#118) --- lighthouserc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthouserc.yml b/lighthouserc.yml index ef2461ff..bc245a1a 100644 --- a/lighthouserc.yml +++ b/lighthouserc.yml @@ -7,6 +7,6 @@ ci: assert: presets: lighthouse:no-pwa assertions: - categories:performance: [error, { minScore: 0.8 }] + categories:performance: [error, { minScore: 0.7 }] upload: target: temporary-public-storage