Skip to content

Commit

Permalink
feat: og image 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
miro-ring committed Feb 19, 2024
1 parent 91081a8 commit fc803c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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="/baro.png" />
<meta property="og:image:alt" content="baro" />
<meta property="og:description" content="baro 설명" />
<meta property="og:site_name" content="baro" />
<title>바로 잡아 바로 쓰는, 바로</title>
Expand Down
File renamed without changes

0 comments on commit fc803c9

Please sign in to comment.