Skip to content

Commit

Permalink
Add missing comma in sitemap example
Browse files Browse the repository at this point in the history
  • Loading branch information
danoc authored Jan 14, 2018
1 parent 97f4cb1 commit c43a863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sitemap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ siteMetadata: {
},
plugins: [
{
resolve: `gatsby-plugin-sitemap`
resolve: `gatsby-plugin-sitemap`,
options: {
output: `/some-other-sitemap.xml`,
query: `
Expand Down

0 comments on commit c43a863

Please sign in to comment.