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
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:
parent
4a4d5434f5
commit
8c425d8690
2 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
|
@ -17,6 +17,7 @@ export default {
|
|||
sitemap: true,
|
||||
throttle: false,
|
||||
dynamicSampling: false,
|
||||
samples: 3,
|
||||
},
|
||||
outputPath: "unlighthouse-reports",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue