fix: some errors
All checks were successful
Deploy to SFTP Server / build (push) Successful in 21m8s
All checks were successful
Deploy to SFTP Server / build (push) Successful in 21m8s
This commit is contained in:
@ -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"
|
||||
/>
|
||||
|
Reference in New Issue
Block a user