From 2816ab79b480fc9863feb0107559f8f7acb72d65 Mon Sep 17 00:00:00 2001 From: gahusb Date: Tue, 10 Feb 2026 02:27:21 +0900 Subject: [PATCH] Fix TypeScript error: reply_to -> replyTo --- app/api/contact/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/contact/route.ts b/app/api/contact/route.ts index 6728e18..b9d8012 100644 --- a/app/api/contact/route.ts +++ b/app/api/contact/route.ts @@ -20,7 +20,7 @@ export async function POST(request: Request) { const data = await resend.emails.send({ from: 'onboarding@resend.dev', // Resend 기본 도메인 to: ['bgg8988@gmail.com'], // 받는 이메일 - reply_to: email, // 문의자 이메일로 답장 가능 + replyTo: email, // 문의자 이메일로 답장 가능 subject: `[쟁승메이드] 새로운 문의: ${service || '문의'}`, html: `

새로운 프로젝트 문의가 도착했습니다