Skip to content

Commit

Permalink
pagination.perPage 20 => 10
Browse files Browse the repository at this point in the history
  • Loading branch information
kenberkeley committed Dec 7, 2019
1 parent 2742de5 commit f377a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ module.exports = ctx => ({
autoCreateIssue: true
},
pagination: {
perPage: 20
perPage: 10
}
}
})

0 comments on commit f377a1a

Please sign in to comment.