Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function App({ Component, pageProps }: AppProps) {
<>
<Head>
<meta property="og:type" content="website" />
{/* <meta property="og:url" content="https://linkbrary.app" /> 배포 후 실제 도메인으로 변경 필요 */}
<meta property="og:url" content="https://linkbrary-9-99.vercel.app" />
<meta property="og:title" content="Linkbrary" />
<meta
property="og:description"
Expand Down
2 changes: 1 addition & 1 deletion util/shareSNS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const handleShareKakao = () => {
content: {
title: "나만의 링크 모음",
description: "나에게 필요한 링크만 모아 두었어요!",
imageUrl: "https://linkbrary-sooty.vercel.app/images/home_main.png", //배포 후 실제 도메인으로 변경 필요
imageUrl: "https://linkbrary-9-99.vercel.app/images/home_main.png", //배포 후 실제 도메인으로 변경 필요
link: {
mobileWebUrl: location.href,
webUrl: location.href,
Expand Down
Loading