Ensure date is UTC

This commit is contained in:
Timothy Pidashev
2025-01-14 14:30:22 -08:00
parent 8e32f21462
commit a24fea8f3b

View File

@@ -16,3 +16,4 @@ const posts = (await getCollection("blog", ({ data }) => {
>
<BlogPostList posts={posts} client:load />
</ContentLayout>