From 7a0863d9a2a601a713810f9afa2452983dfac185 Mon Sep 17 00:00:00 2001 From: Firq Date: Thu, 24 Oct 2024 19:12:56 +0200 Subject: [PATCH] Find more pages and stuff --- package.json | 2 +- unlighthouse.config.ts | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2834e46..4e787a0 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/unlighthouse.config.ts b/unlighthouse.config.ts index 0e6075b..d7ad20d 100644 --- a/unlighthouse.config.ts +++ b/unlighthouse.config.ts @@ -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, },