Added unlighthouse config
This commit is contained in:
parent
baba467e94
commit
75478e8acb
1 changed files with 10 additions and 0 deletions
10
unlighthouse.config.ts
Normal file
10
unlighthouse.config.ts
Normal file
|
@ -0,0 +1,10 @@
|
|||
export default {
|
||||
puppeteerOptions: {
|
||||
args: ["--no-sandbox", "--disable-setuid-sandbox"],
|
||||
},
|
||||
ci: {
|
||||
budget: 50,
|
||||
buildStatic: true
|
||||
},
|
||||
outputPath: "unlighthouse-reports",
|
||||
}
|
Loading…
Reference in a new issue