From b262d796b850cd7b02bff7d8fa14b5aad511bf6c Mon Sep 17 00:00:00 2001 From: ParkWonYeop Date: Sun, 28 Dec 2025 20:55:08 +0900 Subject: [PATCH] . --- src/app/posts/[slug]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {