From 26add8b39d0b051fed5cea2c3012e6f2db2fdfe0 Mon Sep 17 00:00:00 2001 From: 1dexx1 <121608870+1dexx1@users.noreply.github.com> Date: Tue, 25 Feb 2025 02:37:10 +0200 Subject: [PATCH] fix: drafted posts show in `/authors/[...id]` (#14) --- src/pages/authors/[...id].astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/authors/[...id].astro b/src/pages/authors/[...id].astro index 08730dc..20ae61e 100644 --- a/src/pages/authors/[...id].astro +++ b/src/pages/authors/[...id].astro @@ -48,7 +48,7 @@ const authorPosts = allPosts { authorPosts.length > 0 ? (