refactor: run lighthouse accurate on vercel target

This commit is contained in:
Bart van der Braak 2023-08-18 10:36:14 +02:00
parent db02a217b1
commit 176d58ab41
2 changed files with 23 additions and 9 deletions

8
unlighthouse.config.ts Normal file
View file

@ -0,0 +1,8 @@
export default {
scanner: {
samples: 3
},
puppeteerClusterOptions: {
maxConcurrency: 1
}
};