firq-dev-website/unlighthouse.config.ts
Firq 3b307e48c7
All checks were successful
/ get-version (push) Successful in 2s
/ astro-check (push) Successful in 12s
/ unlighthouse (push) Successful in 30s
/ deploy-unlighthouse-files (push) Successful in 6s
/ deploy-unlighthouse-site (push) Successful in 5s
Unlighthouse bump
2024-10-21 22:48:04 +02:00

19 lines
345 B
TypeScript

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