We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a32fb7 + 91b427a commit f7d1e20Copy full SHA for f7d1e20
layouts/ListLayoutWithTags.tsx
@@ -129,7 +129,9 @@ export default function ListLayoutWithTags({
129
<dl>
130
<dt className="sr-only">Published on</dt>
131
<dd className="text-base font-medium leading-6 text-gray-500 dark:text-gray-400">
132
- <time dateTime={date}>{formatDate(date, siteMetadata.locale)}</time>
+ <time dateTime={date} suppressHydrationWarning>
133
+ {formatDate(date, siteMetadata.locale)}
134
+ </time>
135
</dd>
136
</dl>
137
<div className="space-y-3">
0 commit comments