Skip to content

Commit c0f183d

Browse files
authored
engine: increase search size (#883)
1 parent 470e0e4 commit c0f183d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/.vuepress/configs/plugins/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ export default {
1313
docsearch: {
1414
apiKey: process.env.ALGOLIA_SEARCH_API_KEY,
1515
indexName: process.env.ALGOLIA_INDEX_NAME,
16-
appId: process.env.ALGOLIA_APPLICATION_ID
16+
appId: process.env.ALGOLIA_APPLICATION_ID,
17+
maxResultsPerGroup:10
1718
},
1819
seo: seoPlugin,
1920
sitemap: {

0 commit comments

Comments
 (0)