fix: some errors

This commit is contained in:
2025-02-16 15:53:02 +01:00
parent eca5fa3d33
commit 84e77aedfe
2 changed files with 6 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ const link = translatePath(`/${collection}/${id.split("/")[0]}`);
<Image
hash
loader={false}
src={cover}
src={cover as ImageMetadata}
alt={"cover for " + title}
class="right-0 h-full object-cover object-center rounded-none border-l border-neutral"
/>