Skip to content

Commit e147222

Browse files
committed
Show last 50 changelogs in portal instead of last 100
1 parent 5218313 commit e147222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/portal/src/app/changelog/ghost.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export async function fetchChangeLogs() {
88
key: GHOST_THIRDWEB_BLOG_KEY,
99
fields: ["title", "slug", "published_at"].join(","),
1010
filter: "tag:changelog",
11-
limit: "100",
11+
limit: "50",
1212
order: "published_at DESC",
1313
include: ["authors", "tags"].join(","),
1414
})

0 commit comments

Comments
 (0)