Skip to content

Commit fedfc9d

Browse files
committed
Increased items per page on blog listing to 8 from 7
1 parent e74267f commit fedfc9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = {
3232
resolve: `@codebrahma/gatsby-theme-blog`,
3333
options: {
3434
contentPath: `posts`,
35-
itemsPerPage: 7,
35+
itemsPerPage: 8,
3636
mdx: false
3737
}
3838
},

0 commit comments

Comments
 (0)