diff --git a/app/[slug]/page.tsx b/app/[slug]/page.tsx index df3b019..efb0aab 100644 --- a/app/[slug]/page.tsx +++ b/app/[slug]/page.tsx @@ -28,7 +28,7 @@ export async function generateMetadata({ params }: Props): Promise { url: 'https://blog.eliperkins.com', siteName: 'Blog - Eli Perkins', type: 'article', - publishedTime: post.date, + publishedTime: post.date.toUTCString(), }, }; }