fix: some errors
All checks were successful
Deploy to SFTP Server / build (push) Successful in 21m8s

This commit is contained in:
2025-02-16 15:53:02 +01:00
parent aa333eb2cd
commit 19a703367d
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"
/>