Skip to content

Commit 82c70c8

Browse files
committed
changed number of results to 12
1 parent 19dc50c commit 82c70c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/.vuepress/client.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ export default defineClientConfig({
7878
appId: "0TCNL6CGX8",
7979
},
8080

81-
MAX_VISIBLE_RESULT: 10,
82-
MAX_VISIBLE_ROWS: 10,
83-
MAX_HITS_PER_PAGE: 10,
81+
MAX_VISIBLE_RESULT: 12,
82+
MAX_VISIBLE_ROWS: 12,
83+
MAX_HITS_PER_PAGE: 12,
8484
})
8585
}
8686
})

0 commit comments

Comments
 (0)