gallery component now fancier

This commit is contained in:
2026-03-07 13:40:28 +01:00
parent b36da8b0f7
commit 41ef47d53d
4 changed files with 50 additions and 27 deletions

View File

@@ -18,6 +18,7 @@
img: banner,
link: `/blog/${entry.key}/`,
imgAlt: `Preview image for ${entry.post.title}`,
description: entry.post.description,
};
}
</script>