Skip to content

Commit

Permalink
fix compiletime error
Browse files Browse the repository at this point in the history
  • Loading branch information
eliperkins committed Apr 25, 2024
1 parent e98e097 commit 80278f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export async function generateMetadata({ params }: Props): Promise<Metadata> {
url: 'https://blog.eliperkins.com',
siteName: 'Blog - Eli Perkins',
type: 'article',
publishedTime: post.date,
publishedTime: post.date.toUTCString(),
},
};
}
Expand Down

0 comments on commit 80278f7

Please sign in to comment.