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:
parent
f1a63843b6
commit
213de5ba15
@ -216,7 +216,7 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
resolve: 'gatsby-plugin-sitemap',
|
resolve: 'gatsby-plugin-sitemap',
|
||||||
options: {
|
options: {
|
||||||
exclude: ['/archive', '/archive/**/*', '/thanks', '/tags']
|
excludes: ['/archive', '/archive/**/*', '/thanks', '/tags']
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'gatsby-plugin-react-helmet',
|
'gatsby-plugin-react-helmet',
|
||||||
|
Loading…
Reference in New Issue
Block a user