1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-17 10:03:13 +02:00

fix sitemap excludes

This commit is contained in:
Matthias Kretschmann 2018-12-12 18:42:02 +01:00
parent a93b1ed7fa
commit fd1356174a
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -207,7 +207,7 @@ module.exports = {
{
resolve: 'gatsby-plugin-sitemap',
options: {
exclude: ['/page/*', '/tag/*']
exclude: ['/page/*', '/tags/*']
}
},
'gatsby-plugin-webpack-size',
@ -215,7 +215,6 @@ module.exports = {
'gatsby-plugin-catch-links',
'gatsby-redirect-from',
'gatsby-plugin-meta-redirect',
'gatsby-plugin-sitemap',
'gatsby-plugin-offline'
]
}