Skip to content

Commit

Permalink
feat: implement thumbnail image
Browse files Browse the repository at this point in the history
  • Loading branch information
JinleeJeong committed Apr 21, 2024
1 parent 2183d86 commit 1f2b0ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added public/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ export const metadata: Metadata = {
icons: {
icon: "/favicon.svg",
},
openGraph: {
images: "/thumbnail.png",
},
};

export default function RootLayout({ children }: { children: React.ReactNode }) {
Expand Down

0 comments on commit 1f2b0ee

Please sign in to comment.