Skip to content

Commit 838a3bd

Browse files
authored
Update search results per page to 5 (#171)
1 parent e8e9d3c commit 838a3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

search/adapter/src/commonMain/kotlin/com/gchristov/thecodinglove/search/adapter/SearchAdapterModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ object SearchAdapterModule : DiModule() {
112112
)
113113

114114
private fun provideSearchConfig(environment: Environment): SearchConfig = SearchConfig(
115-
postsPerPage = 4,
115+
postsPerPage = 5,
116116
preloadPubSubTopic = environment.preloadSearchPubSubTopic,
117117
)
118118

0 commit comments

Comments
 (0)