From 76e067409867e78e59daab7da6d87710c58deb14 Mon Sep 17 00:00:00 2001 From: Firq Date: Fri, 29 Dec 2023 14:39:08 +0100 Subject: [PATCH] Updated Unlighthouse capturing --- unlighthouse.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unlighthouse.config.ts b/unlighthouse.config.ts index d289ab5..4d2881a 100644 --- a/unlighthouse.config.ts +++ b/unlighthouse.config.ts @@ -3,7 +3,7 @@ export default { args: ["--no-sandbox", "--disable-setuid-sandbox"], }, ci: { - budget: 90, + budget: 50, buildStatic: true }, outputPath: "unlighthouse-reports",