Skip to content

Commit

Permalink
metadata updated
Browse files Browse the repository at this point in the history
  • Loading branch information
accodes21 committed Aug 30, 2023
1 parent 8213add commit 254f110
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ export default function RootLayout({ children }) {
<meta property='og:description' content='Web Developer working on NextJS. Open Source buff who also loves python.' />
<meta property='og:url' content='https://aaryachopkar.vercel.app/' />
<meta property='og:type' content='website' />
<meta name="twitter:card" content="summary" />
<meta property='og:image' content='https://github.com/accodes21/my-portfolio/blob/master/preview.png' />
<meta name="twitter:card" content="summary_large_image" />
<meta property='twitter:title' content='Aarya Chopkar' />
<meta property='twitter:description' content='Web Developer working on NextJS. Open Source buff who also loves python.' />
<meta property='twitter:image' content='https://github.com/accodes21/my-portfolio/blob/master/preview.png' />
<meta property='twitter:url' content='https://aaryachopkar.vercel.app/' />
</head>
<body className={inter.className}>{children}</body>
</html>
Expand Down

0 comments on commit 254f110

Please sign in to comment.