We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d09bc commit f0689ffCopy full SHA for f0689ff
packages/gatsby-plugin-sitemap/src/gatsby-node.js
@@ -109,6 +109,9 @@ exports.pluginOptionsSchema = ({ Joi }) =>
109
Due to how this plugin was built it is currently expected/required to fetch the page paths from allSitePage,
110
but you may use the allSitePage.edges.node or allSitePage.nodes query structure.`
111
),
112
+ sitemapSize: Joi.number().description(
113
+ `The number of entries per sitemap file.`
114
+ ),
115
})
116
.external(({ query }) => {
117
if (query) {
0 commit comments