diff --git a/src/utils/format-posts.ts b/src/utils/format-posts.ts index e217c70..1381ce8 100644 --- a/src/utils/format-posts.ts +++ b/src/utils/format-posts.ts @@ -6,7 +6,7 @@ export const formatPosts = ( posts: CollectionEntry<'journal'>[], { removeDrafts = true, - removeFuture = true, + removeFuture = false, showFeatured, sortBy = 'date', sortOrder = 'desc',