Skip to content

Conversation

@626-ju
Copy link
Collaborator

@626-ju 626-ju commented Aug 1, 2025

📦 Pull Request

📝 요약(Summary)

💬 공유사항 to 리뷰어

🗂️ 관련 이슈

📸 스크린샷

image ## ✅ 체크리스트
  • 빌드 및 테스트 통과
  • ESLint/Prettier 검사 통과

@vercel
Copy link

vercel bot commented Aug 1, 2025

Someone is attempting to deploy a commit to the 626-ju's projects Team on Vercel.

A member of the Team first needs to authorize it.

Comment on lines +52 to +64
<Head>
<title>{`${data.name} 상세정보`}</title>
<meta
name='description'
content={`지역:${data.region} 평균가격:${data.price} 평균별점:${data.avgRating} 리뷰:${data.reviewCount}`}
/>
<meta property='og:title' content={`${data.name} 상세정보`} />
<meta
property='og:description'
content={`지역:${data.region} 평균가격:${data.price} 평균별점:${data.avgRating} 리뷰:${data.reviewCount}`}
/>
<meta property='og:url' content={process.env.NEXT_PUBLIC_VERCEL_URL} />
</Head>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

og 태그까지 꼼꼼히 신경써서 추가해주셨네요 👍

@626-ju 626-ju merged commit 3817f25 into codeit-part3-7:dev Aug 2, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants