Skip to content

Commit bec49c1

Browse files
authored
[Fix: 공유 텍스트 수정] (#131)
fix: 공유 텍스트 수정
1 parent e03987a commit bec49c1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<meta name="twitter:title" content="올해의 첫소리" />
2323
<meta name="twitter:description" content="너의 새해 첫 곡도 알려줘! 🎵 여기에 기록해줘 ↓" />
2424
<meta name="twitter:image" content="https://www.firstsori.site/bg_thumbnail_twitter.png" />
25+
<meta name="twitter:image:alt" content="올해의 첫소리" />
2526
<script src="https://t1.kakaocdn.net/kakao_js_sdk/2.7.9/kakao.min.js" integrity="sha384-JpLApTkB8lPskhVMhT+m5Ln8aHlnS0bsIexhaak0jOhAkMYedQoVghPfSpjNi9K1" crossorigin="anonymous"></script>
2627
</head>
2728

src/hooks/useShare.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ export const useShare = () => {
3535
console.log("Generated share URL:", shareUrl);
3636

3737
const shareData: ShareData = {
38-
title: "내 보드를 확인해보세요!",
39-
text: "친구들과 함께 만든 특별한 보드를 공유합니다.",
38+
title: "올해의 첫소리",
39+
text: "너의 새해 첫 곡도 알려줘! 🎵 여기에 기록해줘 ↓",
4040
url: shareUrl,
4141
};
4242

0 commit comments

Comments
 (0)