Skip to content

Commit ff5f841

Browse files
committed
change the postPerPage to 30 to show more events , meanwhile I can figure out what's going on with pagination logic
1 parent 972246d commit ff5f841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatsby-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
author: `OpenShift Community`,
1313
siteUrl: `https://commons.openshift.org`,
1414
image: `https://commons.openshift.org/images/OSC.jpg`,
15-
postsPerPage: 20,
15+
postsPerPage: 30,
1616
blog: `https://cloud.redhat.com/blog/tag/openshift`,
1717
socialMedia: [
1818
{

0 commit comments

Comments
 (0)