diff --git a/gatsby-config.js b/gatsby-config.js index 7869fbe8f..cbce8f5e4 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -80,20 +80,15 @@ module.exports = { date: edge.node.frontmatter.date, url: site.siteMetadata.siteUrl + edge.node.fields.postPath, guid: site.siteMetadata.siteUrl + edge.node.fields.postPath, - custom_elements: [{ "content:encoded": edge.node.html }], }); }); }, query: ` { - allMdx( - sort: {frontmatter: {date: DESC}}, - limit: 10 - ) { + allMdx(sort: {frontmatter: {date: DESC}}, limit: 100) { edges { node { excerpt - html fields { slug postPath