Skip to content

Commit 975c0f1

Browse files
authored
Merge branch 'main' into vh/feat/aih/special-treatment-for-shellscript-code-blocks
2 parents 642ebe0 + 3c913bc commit 975c0f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/ai-hero/src/app/(content)/lists/[slug]/edit/_components/search-config.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default function SearchConfig() {
77
const { excludedIds } = useSelection()
88
return (
99
<Configure
10+
hitsPerPage={20}
1011
filters={
1112
excludedIds.length
1213
? `type:post && ${excludedIds.map((id) => `id:!=${id}`).join(' && ')}`

0 commit comments

Comments
 (0)