Skip to content

Commit 9633d51

Browse files
committed
Revert "fix: og:image 절대경로로 수정"
This reverts commit 30dd9c0.
1 parent fb6c6c4 commit 9633d51

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pages/_app.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ export default function App({ Component, pageProps }: AppProps) {
2020
property="og:description"
2121
content="나만의 링크를 관리하는 Linkbrary"
2222
/>
23-
<meta
24-
property="og:image"
25-
content="https://linkbrary-9-99.vercel.app/images/home_main.png"
26-
/>
23+
<meta property="og:image" content="/images/home_main.png" />
2724
<meta
2825
name="viewport"
2926
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"

0 commit comments

Comments
 (0)