fixes to projects

This commit is contained in:
hamdy
2020-11-10 14:02:30 +02:00
parent 3105411b9b
commit 7cbdc9bab3
70 changed files with 1389 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
<page-query>
query($page:Int) {
entries: allProject(perPage: 9, page: $page) @paginate {
entries: allProject(perPage: 40, page: $page) @paginate {
totalCount
pageInfo {
totalPages