We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2fc77 commit cc4ee2bCopy full SHA for cc4ee2b
packages/homepage/gatsby-config.js
@@ -61,7 +61,7 @@ module.exports = {
61
`gatsby-plugin-styled-components`,
62
`gatsby-plugin-react-helmet`,
63
`gatsby-plugin-remove-trailing-slashes`,
64
- { resolve: `gatsby-plugin-sitemap`, options: { exclude: ['index2'] } },
+ { resolve: `gatsby-plugin-sitemap`, options: { exclude: ['/index2'] } },
65
{
66
resolve: `gatsby-plugin-google-tagmanager`,
67
options: {
0 commit comments