diff --git a/package-lock.json b/package-lock.json index 88b4f48..844b1f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@firq/fgosite", - "version": "0.2.0-pre.86", + "version": "0.2.0-pre.87", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@firq/fgosite", - "version": "0.2.0-pre.86", + "version": "0.2.0-pre.87", "dependencies": { "@astro-community/astro-embed-youtube": "^0.5.6", "@astrojs/check": "^0.9.4", diff --git a/package.json b/package.json index 21daa05..75781d7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@firq/fgosite", "type": "module", - "version": "0.2.0-pre.86", + "version": "0.2.0-pre.87", "private": true, "scripts": { "dev": "astro dev", diff --git a/unlighthouse.config.ts b/unlighthouse.config.ts index dbd886c..d175772 100644 --- a/unlighthouse.config.ts +++ b/unlighthouse.config.ts @@ -19,9 +19,7 @@ export default async () => { deviceScaleFactor: 1.75, }, lighthouseConfig: { - settings: { - skipAudits: ['is-on-https', 'redirects-http'], - }, + skipAudits: ['is-on-https', 'redirects-http'], }, }, puppeteerOptions: {