fixed unlighthouse 6

This commit is contained in:
Firq 2025-04-11 22:04:59 +02:00
parent 63024eb324
commit cea02754ce
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
3 changed files with 4 additions and 6 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "@firq/fgosite", "name": "@firq/fgosite",
"version": "0.2.0-pre.86", "version": "0.2.0-pre.87",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@firq/fgosite", "name": "@firq/fgosite",
"version": "0.2.0-pre.86", "version": "0.2.0-pre.87",
"dependencies": { "dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.6", "@astro-community/astro-embed-youtube": "^0.5.6",
"@astrojs/check": "^0.9.4", "@astrojs/check": "^0.9.4",

View file

@ -1,7 +1,7 @@
{ {
"name": "@firq/fgosite", "name": "@firq/fgosite",
"type": "module", "type": "module",
"version": "0.2.0-pre.86", "version": "0.2.0-pre.87",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",

View file

@ -19,9 +19,7 @@ export default async () => {
deviceScaleFactor: 1.75, deviceScaleFactor: 1.75,
}, },
lighthouseConfig: { lighthouseConfig: {
settings: { skipAudits: ['is-on-https', 'redirects-http'],
skipAudits: ['is-on-https', 'redirects-http'],
},
}, },
}, },
puppeteerOptions: { puppeteerOptions: {