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
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:
parent
500080be9f
commit
e11130ce1a
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