diff --git a/lib/routes/the/index.ts b/lib/routes/the/index.ts index 76bee65ca9..d9239cc1fe 100644 --- a/lib/routes/the/index.ts +++ b/lib/routes/the/index.ts @@ -23,6 +23,7 @@ export const handler = async (ctx) => { apiSearchParams.append('_embed', 'true'); apiSearchParams.append('per_page', String(limit)); + apiSearchParams.append('page', '1'); const apiUrl = bakeUrl(`${apiSlug}/posts`, rootUrl, apiSearchParams); const currentUrl = bakeUrl(getFilterParamsForUrl(filtersWithPair) ?? '', rootUrl, searchParams);