From 51ee88775ec9d533aff8885d02fa553de33b6f6c Mon Sep 17 00:00:00 2001 From: Rajdeep Chandra Date: Wed, 7 Feb 2024 13:17:17 +0530 Subject: [PATCH] chore: updated lighthouse config --- .github/lighthouse/lighthouserc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/lighthouse/lighthouserc.json b/.github/lighthouse/lighthouserc.json index 2e3c26ec3e..3246aba205 100644 --- a/.github/lighthouse/lighthouserc.json +++ b/.github/lighthouse/lighthouserc.json @@ -7,7 +7,7 @@ } }, "collect": { - "staticDistDir": "../../projects/documentation/dist", + "staticDistDir": ".projects/documentation/dist", "settings": { "chromeFlags": ["--disable-gpu", "--no-sandbox", "--no-zygote"], "configPath": ".github/lighthouse/desktop-config.js",