Skip to content

Commit 617454e

Browse files
committed
feat: lazy-load extension images
1 parent 484a01d commit 617454e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "web"
3-
version = "3.1.8"
3+
version = "3.1.9"
44
edition = "2024"
55

66
[dependencies]

apps/frontend/src/components/elements/extension/Card.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
>
2121
<NuxtImg
2222
:src="props.extension.banner.lowres"
23+
loading="lazy"
2324
class="h-full w-full transition-transform group-hover:scale-105 group-focus:scale-105"
2425
/>
2526
</div>

0 commit comments

Comments
 (0)