increase number of remote featured posts from 30 to 60
This commit is contained in:
parent
1a842703b4
commit
4c0d30c368
|
@ -23,7 +23,7 @@ const paginationForLocal = {
|
|||
|
||||
const paginationForRemote = {
|
||||
endpoint: 'notes/featured' as const,
|
||||
limit: 10,
|
||||
limit: 20,
|
||||
offsetMode: true,
|
||||
params: {
|
||||
origin: 'remote',
|
||||
|
|
Loading…
Reference in New Issue