fixed unlighthouse 4

This commit is contained in:
Firq 2025-04-08 21:15:42 +02:00
parent 2ec229f40b
commit 3da3625d16
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
3 changed files with 8 additions and 3 deletions

View file

@ -17,6 +17,11 @@ export default async () => {
height: 823,
deviceScaleFactor: 1.75,
},
lighthouseConfig: {
settings: {
skipAudits: ['is-on-https', 'redirects-http'],
},
},
},
puppeteerOptions: {
args: ['--no-sandbox', '--disable-setuid-sandbox'],