gatsbyjs / themes

This is a repo for Gatsby's official themes.
138 stars 77 forks source link

[gatsby-theme-blog-core] Can I custom the default limit 1000? #94

Closed theowenyoung closed 3 years ago

theowenyoung commented 3 years ago

https://github.com/gatsbyjs/themes/blob/fead1c23870cf37e8ce1a5476a43ef580ca1d509/packages/gatsby-theme-blog-core/gatsby-node.js#L259-L272

Hi, Can I change the limit 1000?

laurieontech commented 3 years ago

Right now that is not a configurable field. So unfortunately you cannot.

If you'd like to submit a PR to make it so, we'd be open to that.