.
All checks were successful
Deploy blog-frontend / build-and-deploy (push) Successful in 1m50s

This commit is contained in:
ParkWonYeop
2025-12-28 20:55:08 +09:00
parent a938356113
commit b262d796b8

View File

@@ -63,7 +63,7 @@ export async function generateMetadata({ params }: Props): Promise<Metadata> {
}, },
], ],
type: 'article', type: 'article',
publishedTime: post.createdAt, publishedTime: post.updatedAt,
authors: ['WYPark'], authors: ['WYPark'],
}, },
twitter: { twitter: {