From e8595762158d605c90a0b5b8ca8b407823444794 Mon Sep 17 00:00:00 2001 From: Firq Date: Mon, 21 Oct 2024 23:05:57 +0200 Subject: [PATCH] Revert "Dektop" This reverts commit 8ab6361b6d630698b546d45acb4e6127fc904b04. --- unlighthouse.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unlighthouse.config.ts b/unlighthouse.config.ts index b82c0af..53ba891 100644 --- a/unlighthouse.config.ts +++ b/unlighthouse.config.ts @@ -13,7 +13,7 @@ export default { buildStatic: true }, scanner: { - device: 'desktop', + device: 'mobile', sitemap: true, throttle: false, },