More samples
All checks were successful
/ astro-check (push) Successful in 12s
/ get-version (push) Successful in 2s
/ check-tag (push) Successful in 3s
/ checking (push) Successful in 11s
/ create-release (push) Successful in 6s
/ auto-deploy-dockge (push) Successful in 15s
/ build-site (push) Successful in 1m7s
/ run-unlighthouse (push) Successful in 0s

This commit is contained in:
Firq 2024-10-23 00:01:07 +02:00
parent 4a4d5434f5
commit 8c425d8690
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",
"type": "module",
"version": "0.2.0-pre.28",
"version": "0.2.0-pre.29",
"private": true,
"scripts": {
"dev": "astro dev",

View file

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