mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-11 08:01:03 -07:00
increase number of remote featured posts from 30 to 60
This commit is contained in:
parent
324786365e
commit
b3c4c2b2bd
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ const paginationForLocal = {
|
||||||
|
|
||||||
const paginationForRemote = {
|
const paginationForRemote = {
|
||||||
endpoint: 'notes/featured' as const,
|
endpoint: 'notes/featured' as const,
|
||||||
limit: 10,
|
limit: 20,
|
||||||
offsetMode: true,
|
offsetMode: true,
|
||||||
params: {
|
params: {
|
||||||
origin: 'remote',
|
origin: 'remote',
|
||||||
|
|
Loading…
Reference in a new issue