1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-01-18 16:47:06 +01:00

gatsby-plugin-sitemap fix

This commit is contained in:
Matthias Kretschmann 2021-05-23 13:53:34 +02:00
parent f1a63843b6
commit 213de5ba15
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -216,7 +216,7 @@ module.exports = {
{
resolve: 'gatsby-plugin-sitemap',
options: {
exclude: ['/archive', '/archive/**/*', '/thanks', '/tags']
excludes: ['/archive', '/archive/**/*', '/thanks', '/tags']
}
},
'gatsby-plugin-react-helmet',