Skip to content

Commit

Permalink
Add missing comma in sitemap example (#3520)
Browse files Browse the repository at this point in the history
  • Loading branch information
danoc authored and KyleAMathews committed Jan 15, 2018
1 parent 97f4cb1 commit fdeaf2a
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 fdeaf2a

Please sign in to comment.