Skip to content

Commit cc4ee2b

Browse files
committed
Fix sourcemap
1 parent eb2fc77 commit cc4ee2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/homepage/gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ module.exports = {
6161
`gatsby-plugin-styled-components`,
6262
`gatsby-plugin-react-helmet`,
6363
`gatsby-plugin-remove-trailing-slashes`,
64-
{ resolve: `gatsby-plugin-sitemap`, options: { exclude: ['index2'] } },
64+
{ resolve: `gatsby-plugin-sitemap`, options: { exclude: ['/index2'] } },
6565
{
6666
resolve: `gatsby-plugin-google-tagmanager`,
6767
options: {

0 commit comments

Comments
 (0)