From 7a40db6dd5f879a3ffe66971fbe41499b95a434c Mon Sep 17 00:00:00 2001 From: kaaps Date: Mon, 22 Jul 2024 09:21:21 +0100 Subject: [PATCH] fix: authors posts --- src/lib/content.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/content.ts b/src/lib/content.ts index dd3ae2c2..cefe2f7c 100644 --- a/src/lib/content.ts +++ b/src/lib/content.ts @@ -293,8 +293,8 @@ export async function fetchPage(options: { per_page: 50, page: 1, filter_query: { - author: { - in: data.story.uuid + authors: { + any_in_array: data.story.uuid } } }),