firq-dev-website/unlighthouse.config.ts
Firq 8ab6361b6d
All checks were successful
/ get-version (push) Successful in 2s
/ astro-check (push) Successful in 11s
/ unlighthouse (push) Successful in 53s
/ deploy-unlighthouse-files (push) Successful in 6s
/ deploy-unlighthouse-site (push) Successful in 4s
Dektop
2024-10-21 23:00:29 +02:00

22 lines
409 B
TypeScript

export default {
puppeteerOptions: {
args: [
"--no-sandbox",
"--disable-setuid-sandbox"
],
},
puppeteerClusterOptions: {
maxConcurrency: 1
},
ci: {
budget: 50,
buildStatic: true
},
scanner: {
device: 'desktop',
sitemap: true,
throttle: false,
},
outputPath: "unlighthouse-reports",
}