Skip to content

Commit

Permalink
fix(contentful): removes invalid locales param in pagedGet query
Browse files Browse the repository at this point in the history
  • Loading branch information
bezoerb committed Jan 19, 2024
1 parent df8f844 commit ab2ceb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/contentful-ssg/src/lib/contentful.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ export const pagedGet = async <T, R extends CollectionResponse<T> = ContentfulCo
skip,
limit: MAX_ALLOWED_LIMIT,
order: 'sys.createdAt,sys.id',
locale: '*',
include: 0,
...(query || {}),
};
Expand Down

0 comments on commit ab2ceb6

Please sign in to comment.