1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-14 21:10:25 +01: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', resolve: 'gatsby-plugin-sitemap',
options: { options: {
exclude: ['/page/*', '/tags/*'] exclude: ['/page/*', '/tags/**/*']
} }
}, },
{ {