diff --git a/src/app/posts/[slug]/page.tsx b/src/app/posts/[slug]/page.tsx index 974701d..6ada444 100644 --- a/src/app/posts/[slug]/page.tsx +++ b/src/app/posts/[slug]/page.tsx @@ -63,7 +63,7 @@ export async function generateMetadata({ params }: Props): Promise { }, ], type: 'article', - publishedTime: post.createdAt, + publishedTime: post.updatedAt, authors: ['WYPark'], }, twitter: {