mobile and images
All checks were successful
/ get-version (push) Successful in 2s
/ astro-check (push) Successful in 11s
/ checking (push) Successful in 25s
/ build-site (push) Successful in 1m13s
/ run-unlighthouse (push) Successful in 0s
/ create-release (push) Successful in 5s
/ auto-deploy-dockge (push) Successful in 22s
/ check-tag (push) Successful in 2s

This commit is contained in:
Firq 2024-10-22 22:18:33 +02:00
parent 500080be9f
commit e11130ce1a
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -25,7 +25,7 @@ const loadedImage = plsLoadImage(images, imagePath)
aria-label=`${name} - new window`
>
<div class="heading">{name}</div>
<Image src={loadedImage} alt={name} loading={'eager'} width={256} height={256} quality={100}/>
<Image src={loadedImage} alt={name} loading={'eager'} width={192} height={192} quality={100}/>
<h2 class="subtext">
{origin}
</h2>

View file

@ -13,7 +13,7 @@ export default {
buildStatic: true,
},
scanner: {
device: 'desktop',
device: 'mobile',
sitemap: true,
throttle: false,
dynamicSampling: false,