mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 12:05:28 +00:00
chore: show future posts by default
This commit is contained in:
@@ -6,7 +6,7 @@ export const formatPosts = (
|
||||
posts: CollectionEntry<'journal'>[],
|
||||
{
|
||||
removeDrafts = true,
|
||||
removeFuture = true,
|
||||
removeFuture = false,
|
||||
showFeatured,
|
||||
sortBy = 'date',
|
||||
sortOrder = 'desc',
|
||||
|
||||
Reference in New Issue
Block a user