fixed unlighthouse 9

This commit is contained in:
Firq 2025-04-11 23:38:41 +02:00
parent 02d5af5a2d
commit 278befbb50
Signed by: Firq
GPG key ID: DCE182BA39C697B2
3 changed files with 5 additions and 7 deletions

View file

@ -22,10 +22,7 @@ export default async () => {
width: 412,
height: 823,
deviceScaleFactor: 1.75,
},
lighthouseConfig: {
skipAudits: ['is-on-https', 'redirects-http', 'uses-http2'],
},
}
},
puppeteerOptions: {
args: ['--no-sandbox', '--disable-setuid-sandbox'],
@ -36,6 +33,7 @@ export default async () => {
ci: {
budget: 50,
buildStatic: true,
skipAudits: ['is-on-https', 'redirects-http', 'uses-http2']
},
scanner: {
sitemap: true,