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" }}
|
style={{ position: "relative", width: "48px", height: "48px" }}
|
||||||
>
|
>
|
||||||
<Image
|
<Image
|
||||||
|
loader={() => userImage.fileUrl}
|
||||||
src={userImage.fileUrl}
|
src={userImage.fileUrl}
|
||||||
alt={userImage.filename}
|
alt={userImage.filename}
|
||||||
title={userImage.filename}
|
title={userImage.filename}
|
||||||
|
|
Loading…
Reference in New Issue