fix: added description
This commit is contained in:
parent
b2f711a310
commit
1d991873ce
|
@ -58,7 +58,7 @@ export async function generateMetadata(
|
||||||
|
|
||||||
return {
|
return {
|
||||||
title: title,
|
title: title,
|
||||||
description: "Written by raj",
|
description: description.toString() || "Written by raj",
|
||||||
openGraph: {
|
openGraph: {
|
||||||
images: [og_image_url.toString()],
|
images: [og_image_url.toString()],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue