diff --git a/package.json b/package.json index ef95db0..0b22c66 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@firq/fgosite", "type": "module", - "version": "0.2.0-pre.20", + "version": "0.2.0-pre.21", "private": true, "scripts": { "dev": "astro dev", diff --git a/src/components/cards/favouriteCard.astro b/src/components/cards/favouriteCard.astro index 91c7c35..39d27a6 100644 --- a/src/components/cards/favouriteCard.astro +++ b/src/components/cards/favouriteCard.astro @@ -25,7 +25,7 @@ const loadedImage = plsLoadImage(images, imagePath) aria-label=`${name} - new window` >
{name}
- {name} + {name}

{origin}

diff --git a/unlighthouse.config.ts b/unlighthouse.config.ts index 4e0ccb9..8ae18a1 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, dynamicSampling: false,