Skip to content

Commit

Permalink
change meta data image
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasma0305 committed May 1, 2024
1 parent 14baca4 commit 0a5fb38
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ export const metadata: Metadata = {
url:'https://github.com/dimasma0305'
},
creator:'Dimas Maulana',
icons: logo.src
icons: logo.src,
openGraph: {
images: logo.src
}
}

export default function RootLayout({
Expand Down

0 comments on commit 0a5fb38

Please sign in to comment.