diff --git a/package-lock.json b/package-lock.json
index 1f88615..45f30b3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
 	"name": "@firq/fgosite",
-	"version": "0.2.0-pre.84",
+	"version": "0.2.0-pre.85",
 	"lockfileVersion": 3,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "@firq/fgosite",
-			"version": "0.2.0-pre.84",
+			"version": "0.2.0-pre.85",
 			"dependencies": {
 				"@astro-community/astro-embed-youtube": "^0.5.6",
 				"@astrojs/check": "^0.9.4",
diff --git a/package.json b/package.json
index 2248709..2dfe004 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
 	"name": "@firq/fgosite",
 	"type": "module",
-	"version": "0.2.0-pre.84",
+	"version": "0.2.0-pre.85",
 	"private": true,
 	"scripts": {
 		"dev": "astro dev",
diff --git a/unlighthouse.config.ts b/unlighthouse.config.ts
index 17a3ffa..9dde4b3 100644
--- a/unlighthouse.config.ts
+++ b/unlighthouse.config.ts
@@ -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'],