mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
move items which have less than 250 words to quick links section
This commit is contained in:
parent
8ac27171c7
commit
1aaa4202fc
1 changed files with 1 additions and 2 deletions
|
|
@ -428,8 +428,7 @@ const mixHomeItems = (
|
|||
|
||||
const topCandidates = rankedHomeItems.slice(0, 50)
|
||||
|
||||
// find the median word count
|
||||
const wordCountThreshold = 500
|
||||
const wordCountThreshold = 250
|
||||
// separate items into two groups based on word count
|
||||
const shortItems: Array<Candidate> = []
|
||||
const longItems: Array<Candidate> = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue