Skip to content

Commit

Permalink
Merge pull request #89 from cs-yum/jeehoon
Browse files Browse the repository at this point in the history
setting: 공유 이미지 설정
  • Loading branch information
JitHoon authored Nov 5, 2023
2 parents 1db2412 + ad3a93e commit 203b690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Home() {
return (
<Layout description="FE Tech Blog">
<Head>
<meta property="og:image" content="yummy.png" />
<meta property="og:image" content="/img/yummy.png" />
</Head>
<main id={styles.welcome}>
<h1>CS 잘 먹기 Blog를 소개합니다.</h1>
Expand Down

0 comments on commit 203b690

Please sign in to comment.