standerdize description and og:description
This commit is contained in:
parent
0ecfba4706
commit
d62fa4633e
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user