From 8c425d8690d0c99a17e45053292b77a1129d6144 Mon Sep 17 00:00:00 2001 From: Firq Date: Wed, 23 Oct 2024 00:01:07 +0200 Subject: [PATCH] More samples --- package.json | 2 +- unlighthouse.config.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b91244..3896d98 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@firq/fgosite", "type": "module", - "version": "0.2.0-pre.28", + "version": "0.2.0-pre.29", "private": true, "scripts": { "dev": "astro dev", diff --git a/unlighthouse.config.ts b/unlighthouse.config.ts index 8ae18a1..fde8667 100644 --- a/unlighthouse.config.ts +++ b/unlighthouse.config.ts @@ -17,6 +17,7 @@ export default { sitemap: true, throttle: false, dynamicSampling: false, + samples: 3, }, outputPath: "unlighthouse-reports", }