mobile and images

This commit is contained in:
Firq 2024-10-22 22:18:33 +02:00
parent 500080be9f
commit f11af3d92f
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", "name": "@firq/fgosite",
"type": "module", "type": "module",
"version": "0.2.0-pre.20", "version": "0.2.0-pre.21",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",

View file

@ -25,7 +25,7 @@ const loadedImage = plsLoadImage(images, imagePath)
aria-label=`${name} - new window` aria-label=`${name} - new window`
> >
<div class="heading">{name}</div> <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"> <h2 class="subtext">
{origin} {origin}
</h2> </h2>

View file

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