mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
fix sitemap excludes
This commit is contained in:
parent
a93b1ed7fa
commit
fd1356174a
@ -207,7 +207,7 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
resolve: 'gatsby-plugin-sitemap',
|
resolve: 'gatsby-plugin-sitemap',
|
||||||
options: {
|
options: {
|
||||||
exclude: ['/page/*', '/tag/*']
|
exclude: ['/page/*', '/tags/*']
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'gatsby-plugin-webpack-size',
|
'gatsby-plugin-webpack-size',
|
||||||
@ -215,7 +215,6 @@ module.exports = {
|
|||||||
'gatsby-plugin-catch-links',
|
'gatsby-plugin-catch-links',
|
||||||
'gatsby-redirect-from',
|
'gatsby-redirect-from',
|
||||||
'gatsby-plugin-meta-redirect',
|
'gatsby-plugin-meta-redirect',
|
||||||
'gatsby-plugin-sitemap',
|
|
||||||
'gatsby-plugin-offline'
|
'gatsby-plugin-offline'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user