Skip to content

Commit

Permalink
feat: ogimage url 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
miro-ring committed Feb 20, 2024
1 parent c25c11f commit e6e5512
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ const App = ({ Component, pageProps }: AppProps) => {
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ba-ro.co.kr" />
<meta property="og:title" content="바로" />
<meta property="og:image" content="/opengraph-image.png" />
<meta
property="og:image"
content="https://image.ba-ro.co.kr/ba-ro.png"
/>
<meta property="og:description" content="바로 잡아 바로 쓰는, 바로" />
<meta property="og:site_name" content="baro" />
<title>바로 잡아 바로 쓰는, 바로</title>
Expand Down
Binary file removed public/opengraph-image.png
Binary file not shown.

0 comments on commit e6e5512

Please sign in to comment.