Skip to content

Commit

Permalink
Merge pull request #48 from HalamLee/feat/openGraph/#38
Browse files Browse the repository at this point in the history
feat: open graph 설정 #38
  • Loading branch information
HalamLee committed Jun 25, 2023
2 parents cfb8391 + c4a3104 commit dd4458c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added public/assets/open-graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ export default class MyDocument extends Document {
return (
<Html>
<Head>
<meta property="og:url" content="https://interviz.vercel.app/" />

<meta property="og:title" content="Interviz" />

<meta
property="og:description"
content="🤖 chatGPT로 기술면접 준비하자 🤖"
/>
<meta property="og:image" content="@public/assets/open-graph.png" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2"
Expand Down

0 comments on commit dd4458c

Please sign in to comment.