Skip to content

Commit

Permalink
Merge pull request #168 from chaeyoungwon/feature/24threcruit
Browse files Browse the repository at this point in the history
Feat: 링크 썸네일 이미지 추가
  • Loading branch information
chaeyoungwon authored Mar 2, 2025
2 parents 86c4025 + 27bff19 commit d6eeb45
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export default function RootLayout({
content="안녕하세요 홍익대학교 컴퓨터공학과 밴드부 Kahlua 입니다!"
/>
<meta property="og:type" content="website" />
<meta property="og:image" content="/image/Link_thumbnail.svg" />
<meta property="og:url" content="https://kahluaband.com" />
</head>
<body className={roboto.className}>
Expand Down
9 changes: 9 additions & 0 deletions public/image/Link_thumbnail.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d6eeb45

Please sign in to comment.