fixed unlighthouse 7

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

View file

@ -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

4
package-lock.json generated
View file

@ -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",

View file

@ -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",

View file

@ -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: {