chore: show future posts by default

This commit is contained in:
Stefan Imhoff
2023-06-15 18:43:07 +02:00
parent 50692c38d9
commit fd5604ce99

View File

@@ -6,7 +6,7 @@ export const formatPosts = (
posts: CollectionEntry<'journal'>[],
{
removeDrafts = true,
removeFuture = true,
removeFuture = false,
showFeatured,
sortBy = 'date',
sortOrder = 'desc',