Skip to content

Commit

Permalink
🚑 메타데이터에 Q와 A 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Squarecat-meow committed Jan 2, 2025
1 parent d0e55c0 commit 2958e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/main/user/[handle]/[answer]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export async function generateMetadata({
return {
title: answerBody.question,
openGraph: {
title: answerBody.question,
description: answerBody.answer,
title: `Q. ${answerBody.question}`,
description: `A. ${answerBody.answer}`,
images: answerBody.answeredPerson?.avatarUrl,
},
};
Expand Down

0 comments on commit 2958e74

Please sign in to comment.