mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-07-11 05:39:11 +00:00
refactor: run lighthouse accurate on vercel target
This commit is contained in:
parent
6b31e60617
commit
2a4f0207c5
2 changed files with 23 additions and 8 deletions
8
unlighthouse.config.ts
Normal file
8
unlighthouse.config.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
export default {
|
||||
scanner: {
|
||||
samples: 3
|
||||
},
|
||||
puppeteerClusterOptions: {
|
||||
maxConcurrency: 1
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue