fix: vercel image preview
This commit is contained in:
parent
600a7d2197
commit
1739b035da
|
@ -1425,6 +1425,7 @@ function _Chat() {
|
|||
style={{ position: "relative", width: "48px", height: "48px" }}
|
||||
>
|
||||
<Image
|
||||
loader={() => userImage.fileUrl}
|
||||
src={userImage.fileUrl}
|
||||
alt={userImage.filename}
|
||||
title={userImage.filename}
|
||||
|
|
Loading…
Reference in New Issue