File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1212# env
1313.direnv
1414.envrc
15+
16+ .unlighthouse
Original file line number Diff line number Diff line change 1818 "date-fns" : " ^4.1.0" ,
1919 "markdown-to-txt" : " ^2.0.1" ,
2020 "sharp" : " ^0.34.0" ,
21- "svelte" : " ^5.25.7 " ,
21+ "svelte" : " ^5.25.8 " ,
2222 },
2323 "devDependencies" : {
2424 "@astrojs/check" : " ^0.9.4" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const props = Astro.props;
77---
88
99<img
10- aria-labelledby =" ut.code();"
10+ alt =" ut.code();"
1111 class ={ props .class }
1212 src ={ props .variant === " default"
1313 ? " /utcode-logo/normal.svg"
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ articles.splice(3);
2727 formats ={ [" avif" , " webp" ]}
2828 alt =" "
2929 loading =" lazy"
30+ quality =" mid"
31+ width =" 1920"
32+ height =" 1080"
3033 class =" skeleton fixed top-0 -z-10 h-[100lvh] max-w-full object-cover object-center select-none"
3134 src ={ Hero }
3235 />
@@ -86,6 +89,7 @@ articles.splice(3);
8689 <a
8790 class = " hover-underline mt-2 inline flex-0 items-center gap-1"
8891 href = { ` /activities/${activity .key }/ ` }
92+ aria-label = { activity .title }
8993 >
9094 <span >Learn more</span >
9195 <Icon name = " feather:arrow-right" class = " inline h-4 w-4" />
You can’t perform that action at this time.
0 commit comments