mobile and images
This commit is contained in:
parent
500080be9f
commit
f11af3d92f
3 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue