feat: add Categories

This commit is contained in:
Nikita Kiselev
2025-07-14 22:34:51 +03:00
parent b25f6d3c73
commit 6a8ea048ea
13 changed files with 320 additions and 92 deletions

View File

@@ -6,6 +6,7 @@
<img
:src="image.url"
class="w-full"
loading="lazy"
:alt="image.alt" />
</div>
</div>
@@ -79,6 +80,4 @@ function onScroll(e) {
lastScrollLeft = scrollLeft;
}
}
</script>