Skip to content

Commit

Permalink
chore(aih): bump hits per page volume
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtaholik committed Jan 9, 2025
1 parent b8dcdde commit 3c913bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default function SearchConfig() {
const { excludedIds } = useSelection()
return (
<Configure
hitsPerPage={20}
filters={
excludedIds.length
? `type:post && ${excludedIds.map((id) => `id:!=${id}`).join(' && ')}`
Expand Down

0 comments on commit 3c913bc

Please sign in to comment.