diff --git a/.forgejo/workflows/unlighthouse.yml b/.forgejo/workflows/unlighthouse.yml
index eac9934..ec4cb8c 100644
--- a/.forgejo/workflows/unlighthouse.yml
+++ b/.forgejo/workflows/unlighthouse.yml
@@ -87,5 +87,7 @@ jobs:
       - name: Check status and redeploy
         run: |
           dockge status firq-dev-unlighthouse
+          dockge down firq-dev-unlighthouse
           dockge update firq-dev-unlighthouse
+          dockge start firq-dev-unlighthouse
           dockge status firq-dev-unlighthouse
diff --git a/package-lock.json b/package-lock.json
index 844b1f7..45b2296 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
 	"name": "@firq/fgosite",
-	"version": "0.2.0-pre.87",
+	"version": "0.2.0-pre.88",
 	"lockfileVersion": 3,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "@firq/fgosite",
-			"version": "0.2.0-pre.87",
+			"version": "0.2.0-pre.88",
 			"dependencies": {
 				"@astro-community/astro-embed-youtube": "^0.5.6",
 				"@astrojs/check": "^0.9.4",
diff --git a/package.json b/package.json
index 75781d7..61ddcf2 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
 	"name": "@firq/fgosite",
 	"type": "module",
-	"version": "0.2.0-pre.87",
+	"version": "0.2.0-pre.88",
 	"private": true,
 	"scripts": {
 		"dev": "astro dev",
diff --git a/unlighthouse.config.ts b/unlighthouse.config.ts
index d175772..68c5ace 100644
--- a/unlighthouse.config.ts
+++ b/unlighthouse.config.ts
@@ -19,7 +19,7 @@ export default async () => {
         deviceScaleFactor: 1.75,
       },
       lighthouseConfig: {
-        skipAudits: ['is-on-https', 'redirects-http'],
+        skipAudits: ['is-on-https', 'redirects-http', 'uses-http2'],
       },
     },
     puppeteerOptions: {