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