Skip to content

Commit

Permalink
hotfix: open graph 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
nestiank committed Mar 23, 2024
1 parent a033f00 commit aae3979
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
File renamed without changes
8 changes: 6 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ export const metadata: Metadata = {
siteName: title,
description: desc,
images: [
"./opengraph-image.png",
{
url: "https://call22nd.works/images/opengraph-image.png",
width: 1200,
height: 630,
alt: "우리동네 국회의원들에게 강간죄 개정&여가부 유지할 건지 물어보러 가기",
}
],

}
};

Expand Down
1 change: 0 additions & 1 deletion src/app/opengraph-image.alt.txt

This file was deleted.

0 comments on commit aae3979

Please sign in to comment.