diff --git a/src/app/components/BoardPanelClient.tsx b/src/app/components/BoardPanelClient.tsx index 28b5bf5..8dfc6f3 100644 --- a/src/app/components/BoardPanelClient.tsx +++ b/src/app/components/BoardPanelClient.tsx @@ -218,7 +218,7 @@ export function BoardPanelClient({ // attachments에서 이미지를 먼저 찾고, 없으면 content에서 추출 const firstImage = post.attachments?.[0]?.url || extractImageFromContent(post.content); return ( - +