unlighthouse change + accessibility
All checks were successful
/ get-version (push) Successful in 2s
/ astro-check (push) Successful in 14s
/ check-tag (push) Successful in 2s
/ checking (push) Successful in 14s
/ build-site (push) Successful in 1m11s
/ create-release (push) Successful in 6s
/ auto-deploy-dockge (push) Successful in 23s
/ run-unlighthouse (push) Successful in 0s

This commit is contained in:
Firq 2024-10-24 20:07:39 +02:00
parent 7a0863d9a2
commit 4eb390d0b1
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
3 changed files with 3 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"name": "@firq/fgosite",
"type": "module",
"version": "0.2.0-pre.33",
"version": "0.2.0-pre.34",
"private": true,
"scripts": {
"dev": "astro dev",

View file

@ -38,7 +38,7 @@ const display = fadeout ? "": "display: none"
margin: 1rem 0px 0px;
padding: 0.5rem 0.75rem;
text-decoration: none;
background-color: var(--c-secondary-background);
background: radial-gradient(var(--c-primary-background), var(--c-secondary-background)) ;
border-radius: 10px;
border: 2px var(--c-accent-1) solid;
}

View file

@ -24,8 +24,7 @@ export default {
buildStatic: true,
},
scanner: {
sitemap: false,
crawler: true,
sitemap: true,
dynamicSampling: false,
samples: 3,
},