diff --git a/lighthouserc.json b/lighthouserc.json index a2bf167..663283f 100644 --- a/lighthouserc.json +++ b/lighthouserc.json @@ -2,7 +2,10 @@ "ci": { "collect": { "numberOfRuns": 1, - "staticDistDir": "./dist/playground-frontend/browser" + "staticDistDir": "./dist/playground-frontend/browser", + "settings": { + "chromeFlags": "--no-sandbox --headless --disable-gpu" + } }, "upload": { "target": "temporary-public-storage"