diff --git a/apps/portal/src/app/changelog/ghost.ts b/apps/portal/src/app/changelog/ghost.ts index 2725e0ce1f5..27e5454d36f 100644 --- a/apps/portal/src/app/changelog/ghost.ts +++ b/apps/portal/src/app/changelog/ghost.ts @@ -8,7 +8,7 @@ export async function fetchChangeLogs() { key: GHOST_THIRDWEB_BLOG_KEY, fields: ["title", "slug", "published_at"].join(","), filter: "tag:changelog", - limit: "100", + limit: "50", order: "published_at DESC", include: ["authors", "tags"].join(","), })