mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -24,7 +24,7 @@ const resultGraphQL = stripIndents`
|
||||
}
|
||||
description(asHtml: false)
|
||||
siteUrl
|
||||
media(page: 1, perPage: 5) {
|
||||
media(page: 1, perPage: 25) {
|
||||
edges {
|
||||
node {
|
||||
title {
|
||||
|
||||
@@ -24,7 +24,7 @@ const resultGraphQL = stripIndents`
|
||||
}
|
||||
description(asHtml: false)
|
||||
siteUrl
|
||||
characterMedia(page: 1, perPage: 5) {
|
||||
characterMedia(page: 1, perPage: 25) {
|
||||
edges {
|
||||
node {
|
||||
title {
|
||||
@@ -38,7 +38,7 @@ const resultGraphQL = stripIndents`
|
||||
staffRole
|
||||
}
|
||||
}
|
||||
staffMedia(page: 1, perPage: 5) {
|
||||
staffMedia(page: 1, perPage: 25) {
|
||||
edges {
|
||||
node {
|
||||
title {
|
||||
|
||||
Reference in New Issue
Block a user