Skip to content

Commit

Permalink
feat: 10차 OG 태그 반영
Browse files Browse the repository at this point in the history
feat: 10차 OG 태그 반영
  • Loading branch information
klmhyeonwoo authored Jan 29, 2024
2 parents 5e99202 + c41c214 commit 5639339
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@
crossorigin=""
href="https://cdn.jsdelivr.net/gh/sun-typeface/SUIT/fonts/variable/woff2/SUIT-Variable.woff2"
/>
<meta property="og:type" content="website" />
<meta property="og:title" content="이미지로 칭찬을 주고 받아요" />
<meta
property="og:image"
content="https://raw.githubusercontent.com/Chaemin-L/P.P-client/main/public/image_OG.png"
/>
<meta property="og:site_name" content="praise up" />
<meta property="og:locale" content="en_US" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="600" />
<meta property="og:description" content="praise up" />
<meta name="description" content="praise up" />
<title>praise up</title>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && pnpm postbuild",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
Expand Down

0 comments on commit 5639339

Please sign in to comment.