1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-30 21:52:05 +02:00

sitemap fixes

This commit is contained in:
Matthias Kretschmann 2019-11-09 01:56:39 +01:00
parent 19cad6ed47
commit cc029e5b1a
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -204,7 +204,7 @@ module.exports = {
{
resolve: 'gatsby-plugin-sitemap',
options: {
exclude: ['/page/*', '/tags/*']
exclude: ['/page/*', '/tags/**/*']
}
},
{