From 105e8288e03803cc8e55dc7270b90b860e42f9bb Mon Sep 17 00:00:00 2001 From: Haewon Kam Date: Wed, 15 Apr 2026 09:06:13 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20Facebook=20=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=20URL=20=EC=A4=91=EB=B3=B5=20prepend=20+=20YouTube=20linkedUrl?= =?UTF-8?q?=20=EC=83=81=EB=8C=80=EA=B2=BD=EB=A1=9C=20=EB=B2=84=EA=B7=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - FacebookAudit: 'facebook.com/...' 형식 데이터에 'https://www.facebook.com/' 가 중복 prepend 되어 'https://www.facebook.com/facebook.com/...' 깨진 URL 생성 - YouTubeAudit: linkedUrls 의 url 이 protocol 없이 그대로 href 에 들어가 상대 경로로 인식되던 버그 - 6개 병원 (view/banobagi/grand/wonjin/ts/irum) 모두 영향 Co-Authored-By: Claude Opus 4.6 --- src/components/report/FacebookAudit.tsx | 8 +++++++- src/components/report/YouTubeAudit.tsx | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/components/report/FacebookAudit.tsx b/src/components/report/FacebookAudit.tsx index 2160e95..ce369a2 100644 --- a/src/components/report/FacebookAudit.tsx +++ b/src/components/report/FacebookAudit.tsx @@ -62,7 +62,13 @@ function PageCard({ page, index }: { key?: string | number; page: FacebookPage;

{page.url ? ( (