mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Increase number of home items
This commit is contained in:
parent
4fc57dd6f1
commit
e6b804ef35
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ export function useGetHomeItems(): HomeItemResponse {
|
|||
`
|
||||
|
||||
const variables = {
|
||||
first: 3,
|
||||
first: 20,
|
||||
after: null,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue