Skip to content

Commit 3bc5f4d

Browse files
mueschapieh
authored andcommittedMar 12, 2019
fix(gatsby-plugin-sitemap): fix typo in comment (#12512)
1 parent 731dd60 commit 3bc5f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/gatsby-plugin-sitemap/src/gatsby-node.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ exports.onPostBuild = async ({ graphql, pathPrefix }, pluginOptions) => {
4545
},
4646
} = queryRecords
4747
return new Promise(resolve => {
48-
// sitemapv-index.xml is default file name. (https://git.io/fhNgG)
48+
// sitemap-index.xml is default file name. (https://git.io/fhNgG)
4949
const indexFilePath = path.join(
5050
publicPath,
5151
`${rest.sitemapName || `sitemap`}-index.xml`

0 commit comments

Comments
 (0)
Please sign in to comment.