Updated for Lighthouse

This commit is contained in:
Firq 2024-10-21 22:36:12 +02:00
parent 1f7709031c
commit 96a9c2593c
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
4 changed files with 26 additions and 2 deletions

View file

@ -1,10 +1,18 @@
export default {
puppeteerOptions: {
args: ["--no-sandbox", "--disable-setuid-sandbox"],
args: [
"--no-sandbox",
"--disable-setuid-sandbox"
],
},
ci: {
budget: 50,
buildStatic: true
},
scanner: {
samples: 3,
device: 'desktop',
sitemap: true,
},
outputPath: "unlighthouse-reports",
}