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> {
36
36
return {
37
37
title : `${ blog . title } | RetroUI Blogs` ,
38
38
description : blog . description ,
39
+ openGraph : {
40
+ images : blog . coverImage ,
41
+ title : `${ blog . title } | RetroUI Blogs` ,
42
+ } ,
39
43
} ;
40
44
}
41
45
Original file line number Diff line number Diff line change @@ -25,9 +25,13 @@ const shareTechMono = Share_Tech_Mono({
25
25
} ) ;
26
26
27
27
export const metadata : Metadata = {
28
- title : "Retro Styled Tailwind UI Library | Retro UI" ,
28
+ title : "Retro Styled React UI Library | Retro UI" ,
29
29
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
+ } ,
31
35
} ;
32
36
33
37
export default function RootLayout ( {
You can’t perform that action at this time.
0 commit comments