firq-dev-website/unlighthouse.config.ts
Firq e859576215
All checks were successful
/ get-version (push) Successful in 2s
/ astro-check (push) Successful in 12s
/ unlighthouse (push) Successful in 53s
/ deploy-unlighthouse-files (push) Successful in 6s
/ deploy-unlighthouse-site (push) Successful in 5s
Revert "Dektop"
This reverts commit 8ab6361b6d.
2024-10-21 23:05:57 +02:00

22 lines
408 B
TypeScript

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