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
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:
parent
7a0863d9a2
commit
4eb390d0b1
3 changed files with 3 additions and 4 deletions
|
@ -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",
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -24,8 +24,7 @@ export default {
|
|||
buildStatic: true,
|
||||
},
|
||||
scanner: {
|
||||
sitemap: false,
|
||||
crawler: true,
|
||||
sitemap: true,
|
||||
dynamicSampling: false,
|
||||
samples: 3,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue