Skip to content

Commit

Permalink
Merge pull request #116 from SOPT-all/feat/#104/favicon-og
Browse files Browse the repository at this point in the history
feat: og이미지 적용
  • Loading branch information
yarimu authored Nov 29, 2024
2 parents fc1d772 + 1f787c0 commit 048d2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="public/favicon.ico" />
<title>AliExpress Korea | AND SOPT 35</title>
<meta property="og:image" content="/public/OG.png" />
<meta property="og:image" content="https://35-collaboration-web-aliexpress.vercel.app/OG.png" />
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 048d2b6

Please sign in to comment.