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 } } }),