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 }],