1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-26 11:16:25 +02:00

exclude /page & /tag paths from sitemap

This commit is contained in:
Matthias Kretschmann 2018-10-11 21:39:33 +02:00
parent 6d53d8a9f3
commit 765e9eccb5
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -212,11 +212,16 @@ module.exports = {
]
}
},
{
resolve: 'gatsby-plugin-sitemap',
options: {
exclude: ['/page/*', '/tag/*']
}
},
'gatsby-plugin-webpack-size',
'gatsby-plugin-react-helmet',
'gatsby-plugin-sharp',
'gatsby-transformer-sharp',
'gatsby-plugin-sitemap',
'gatsby-plugin-catch-links',
'gatsby-redirect-from',
'gatsby-plugin-meta-redirect',