firq-dev-website/unlighthouse.config.ts
Firq 61ce9f8575
All checks were successful
/ get-version (push) Successful in 2s
/ astro-check (push) Successful in 12s
/ unlighthouse (push) Successful in 17s
/ deploy-unlighthouse-files (push) Successful in 6s
/ deploy-unlighthouse-site (push) Successful in 4s
Test mobild
2024-10-21 22:54:35 +02:00

19 lines
344 B
TypeScript

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