mirror of
https://github.com/kremalicious/blog.git
synced 2024-12-23 01:30:01 +01:00
fix sitemap excludes
This commit is contained in:
parent
a93b1ed7fa
commit
fd1356174a
@ -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'
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user