diff --git a/package-lock.json b/package-lock.json
index f27fb7a..1142c6c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
 	"name": "@firq/fgosite",
-	"version": "0.2.0-pre.89",
+	"version": "0.2.0-pre.90",
 	"lockfileVersion": 3,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "@firq/fgosite",
-			"version": "0.2.0-pre.89",
+			"version": "0.2.0-pre.90",
 			"dependencies": {
 				"@astro-community/astro-embed-youtube": "^0.5.6",
 				"@astrojs/check": "^0.9.4",
diff --git a/package.json b/package.json
index d196471..ed88cf0 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
 	"name": "@firq/fgosite",
 	"type": "module",
-	"version": "0.2.0-pre.89",
+	"version": "0.2.0-pre.90",
 	"private": true,
 	"scripts": {
 		"dev": "astro dev",
diff --git a/unlighthouse.config.ts b/unlighthouse.config.ts
index b5e474e..416a369 100644
--- a/unlighthouse.config.ts
+++ b/unlighthouse.config.ts
@@ -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,