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

This commit is contained in:
Firq 2024-10-24 19:12:56 +02:00
parent 20c6753ee1
commit 7a0863d9a2
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
2 changed files with 3 additions and 5 deletions

View file

@ -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",

View file

@ -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,
},