diff --git a/lighthouserc.json b/lighthouserc.json index c974515..f85a377 100644 --- a/lighthouserc.json +++ b/lighthouserc.json @@ -6,7 +6,8 @@ "numberOfRuns": 1, "settings": { "chromeFlags": ["--headless=new", "--no-sandbox", "--disable-gpu", "--disable-dev-shm-usage"], - "skipAudits": ["bf-cache"] + "skipAudits": ["bf-cache"], + "disableFullPageScreenshot": true } }, "assert": { @@ -20,4 +21,4 @@ "target": "temporary-public-storage" } } -} +} \ No newline at end of file