add wordpress migration

This commit is contained in:
2024-08-09 01:56:00 +02:00
parent d1be264bc5
commit 1bb0fd252f
36 changed files with 1234 additions and 63 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ export const newsQuery = graphql(`
...NewsIndex
}
}
news: pages(contentType: "news.NewsPage", order: "-first_published_at") {
news: pages(contentType: "news.NewsPage", order: "-first_published_at", limit: 1000) {
... on NewsPage {
...News
}