Find more pages and stuff
All checks were successful
/ get-version (push) Successful in 2s
/ astro-check (push) Successful in 13s
/ build-site (push) Successful in 1m0s
/ create-release (push) Successful in 5s
/ run-unlighthouse (push) Successful in 0s
/ check-tag (push) Successful in 2s
/ checking (push) Successful in 12s
/ auto-deploy-dockge (push) Successful in 18s
All checks were successful
/ get-version (push) Successful in 2s
/ astro-check (push) Successful in 13s
/ build-site (push) Successful in 1m0s
/ create-release (push) Successful in 5s
/ run-unlighthouse (push) Successful in 0s
/ check-tag (push) Successful in 2s
/ checking (push) Successful in 12s
/ auto-deploy-dockge (push) Successful in 18s
This commit is contained in:
parent
20c6753ee1
commit
7a0863d9a2
2 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@firq/fgosite",
|
||||
"type": "module",
|
||||
"version": "0.2.0-pre.32",
|
||||
"version": "0.2.0-pre.33",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
|
|
|
@ -19,15 +19,13 @@ export default {
|
|||
"--disable-setuid-sandbox"
|
||||
],
|
||||
},
|
||||
puppeteerClusterOptions: {
|
||||
maxConcurrency: 1
|
||||
},
|
||||
ci: {
|
||||
budget: 50,
|
||||
buildStatic: true,
|
||||
},
|
||||
scanner: {
|
||||
sitemap: true,
|
||||
sitemap: false,
|
||||
crawler: true,
|
||||
dynamicSampling: false,
|
||||
samples: 3,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue