Skip to content

Commit 8dace0e

Browse files
authored
Update src/pages/changelog/[...slug].astro
1 parent 080dea2 commit 8dace0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/changelog/[...slug].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const props = {
5252
<div>
5353
<h2>{note.data.title}</h2>
5454
<div>
55-
<time class="font-bold" datetime={note.data.date}
55+
<time class="font-bold" datetime={new Date(note.data.date)}
5656
>{format(note.data.date, "MMM dd, yyyy")}, {
5757
format(note.data.date, "hh:mm a")
5858
}</time

0 commit comments

Comments
 (0)