standerdize description and og:description
This commit is contained in:
		| @@ -12,6 +12,7 @@ interface PageSEOProps { | ||||
| export function genPageMetadata({ title, description, image, ...rest }: PageSEOProps): Metadata { | ||||
|   return { | ||||
|     title, | ||||
|     description: description || siteMetadata.description, | ||||
|     openGraph: { | ||||
|       title: `${title} | ${siteMetadata.title}`, | ||||
|       description: description || siteMetadata.description, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user