mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
chore: show future posts by default
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user