File tree Expand file tree Collapse file tree 5 files changed +10
-2
lines changed Expand file tree Collapse file tree 5 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,10 @@ export async function generateMetadata({ params }: IProps): Promise<Metadata> {
3636 return {
3737 title : `${ blog . title } | RetroUI Blogs` ,
3838 description : blog . description ,
39+ openGraph : {
40+ images : blog . coverImage ,
41+ title : `${ blog . title } | RetroUI Blogs` ,
42+ } ,
3943 } ;
4044}
4145
Original file line number Diff line number Diff line change @@ -25,9 +25,13 @@ const shareTechMono = Share_Tech_Mono({
2525} ) ;
2626
2727export const metadata : Metadata = {
28- title : "Retro Styled Tailwind UI Library | Retro UI" ,
28+ title : "Retro Styled React UI Library | Retro UI" ,
2929 description :
30- "RetroUI - Retro styled TailwindCSS component library for modern web apps." ,
30+ "RetroUI - Retro styled component library built with React and TailwindCSS for modern web apps." ,
31+ openGraph : {
32+ images : "/banner.png" ,
33+ title : "Retro Styled React UI Library | Retro UI" ,
34+ } ,
3135} ;
3236
3337export default function RootLayout ( {
You can’t perform that action at this time.
0 commit comments