From 1739b035da8eac79fd2e0f2b8e064b059a0b1a60 Mon Sep 17 00:00:00 2001 From: Hk-Gosuto Date: Mon, 11 Dec 2023 17:26:44 +0800 Subject: [PATCH] fix: vercel image preview --- app/components/chat.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/chat.tsx b/app/components/chat.tsx index f06ec095b..03141a5be 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -1425,6 +1425,7 @@ function _Chat() { style={{ position: "relative", width: "48px", height: "48px" }} > userImage.fileUrl} src={userImage.fileUrl} alt={userImage.filename} title={userImage.filename}