Skip to content

Commit

Permalink
Fix page size
Browse files Browse the repository at this point in the history
  • Loading branch information
nuno-aac committed Oct 20, 2023
1 parent 9729f1e commit 34ab0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/website/src/pages/jobs/JobsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function JobsPage({ params, env, seo }: Props): JSX.Element | null {
indexName={`web_jobs_${env.ALGOLIA_INDEX}`}
>
<Configure
hitsPerPage={5}
hitsPerPage={40}
facetsRefinements={{
locale: [params.locale],
status: ['active']
Expand Down

0 comments on commit 34ab0b4

Please sign in to comment.