Skip to content

Commit

Permalink
gatsby-plugin-sitemap fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed May 23, 2021
1 parent f1a6384 commit 213de5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ module.exports = {
{
resolve: 'gatsby-plugin-sitemap',
options: {
exclude: ['/archive', '/archive/**/*', '/thanks', '/tags']
excludes: ['/archive', '/archive/**/*', '/thanks', '/tags']
}
},
'gatsby-plugin-react-helmet',
Expand Down

0 comments on commit 213de5b

Please sign in to comment.