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'>[], posts: CollectionEntry<'journal'>[],
{ {
removeDrafts = true, removeDrafts = true,
removeFuture = true, removeFuture = false,
showFeatured, showFeatured,
sortBy = 'date', sortBy = 'date',
sortOrder = 'desc', sortOrder = 'desc',