More samples

This commit is contained in:
Firq 2024-10-23 00:01:07 +02:00
parent 4a4d5434f5
commit 63b850803e
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "@firq/fgosite", "name": "@firq/fgosite",
"type": "module", "type": "module",
"version": "0.2.0-pre.28", "version": "0.2.0-pre.29",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",

View file

@ -17,6 +17,7 @@ export default {
sitemap: true, sitemap: true,
throttle: false, throttle: false,
dynamicSampling: false, dynamicSampling: false,
samples: 3,
}, },
outputPath: "unlighthouse-reports", outputPath: "unlighthouse-reports",
} }