increase number of remote featured posts from 30 to 60

This commit is contained in:
ThatOneCalculator 2023-02-12 15:38:19 -08:00
parent 1a842703b4
commit 4c0d30c368
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -23,7 +23,7 @@ const paginationForLocal = {
const paginationForRemote = {
endpoint: 'notes/featured' as const,
limit: 10,
limit: 20,
offsetMode: true,
params: {
origin: 'remote',