Skip to content

Commit

Permalink
chore: add twitter metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ivalshamkya committed Feb 2, 2024
1 parent ef17585 commit b0a432e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,20 @@ export const metadata: Metadata = {
authors: [{ name: 'Ival Shamkya', url: 'https://github.com/ivalshamkya' }],
openGraph: {
type: 'website',
description:
"'Neo-Brutalist reusable components written in React and Tailwind.'",
description: 'Neo-Brutalism reusable components written in Reactjs and TailwindCSS.',
images: ['https://neobruu.vercel.app/mockup.png'],
url: 'https://neobruu.vercel.app/',
title: 'NeoBruu',
},
}
twitter: {
card: 'summary_large_image',
site: 'https://neobruu.vercel.app/',
title: 'NeoBruu',
description: 'Neo-Brutalism reusable components written in Reactjs and TailwindCSS.',
images: 'https://neobruu.vercel.app/mockup.png',
},
};


export default function RootLayout({
children,
Expand Down

0 comments on commit b0a432e

Please sign in to comment.