Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.

Commit

Permalink
disable gatsby-plugin-sitemap see gatsbyjs/gatsby/pull/25670
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed May 1, 2021
1 parent dc6fafa commit 0722f2f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions themes/base/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ module.exports = ({ renderDocs = true } = {}) => ({
*/
`gatsby-plugin-remove-trailing-slashes`,
`gatsby-plugin-hoofd`,
{
resolve: `gatsby-plugin-sitemap`,
options: {
exclude: [`/docs`, `/docs/*`, `/docs/**/*`],
},
},
// {
// resolve: `gatsby-plugin-sitemap`,
// options: {
// exclude: [`/docs`, `/docs/*`, `/docs/**/*`],
// },
// },
{
resolve: 'gatsby-plugin-robots-txt',
options: {
Expand Down

0 comments on commit 0722f2f

Please sign in to comment.