We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731dd60 commit 3bc5f4dCopy full SHA for 3bc5f4d
packages/gatsby-plugin-sitemap/src/gatsby-node.js
@@ -45,7 +45,7 @@ exports.onPostBuild = async ({ graphql, pathPrefix }, pluginOptions) => {
45
},
46
} = queryRecords
47
return new Promise(resolve => {
48
- // sitemapv-index.xml is default file name. (https://git.io/fhNgG)
+ // sitemap-index.xml is default file name. (https://git.io/fhNgG)
49
const indexFilePath = path.join(
50
publicPath,
51
`${rest.sitemapName || `sitemap`}-index.xml`
0 commit comments