From 753a39e13c9cb4d76acc0a207f94f750642cdba9 Mon Sep 17 00:00:00 2001 From: Firq <me@firq.dev> Date: Sat, 12 Apr 2025 14:08:37 +0200 Subject: [PATCH] fixed unlighthouse 11 --- package-lock.json | 4 ++-- package.json | 2 +- unlighthouse.config.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d108ed4..3ec9ffe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@firq/fgosite", - "version": "0.2.0-pre.91", + "version": "0.2.0-pre.92", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@firq/fgosite", - "version": "0.2.0-pre.91", + "version": "0.2.0-pre.92", "dependencies": { "@astro-community/astro-embed-youtube": "^0.5.6", "@astrojs/check": "^0.9.4", diff --git a/package.json b/package.json index 60b8546..42d9793 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@firq/fgosite", "type": "module", - "version": "0.2.0-pre.91", + "version": "0.2.0-pre.92", "private": true, "scripts": { "dev": "astro dev", diff --git a/unlighthouse.config.ts b/unlighthouse.config.ts index a1d7beb..6a95bbf 100644 --- a/unlighthouse.config.ts +++ b/unlighthouse.config.ts @@ -42,7 +42,7 @@ export default async (): Promise<UserConfig> => { samples: 3, }, outputPath: 'unlighthouse-reports', - cache: false, + cache: true, urls } }