mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-15 01:25:28 +01:00
fixes
This commit is contained in:
parent
a9c1e30e6e
commit
9074735451
@ -184,7 +184,7 @@ module.exports = {
|
||||
{
|
||||
allMarkdownRemark(
|
||||
sort: { order: DESC, fields: [fields___date] },
|
||||
limit: 20
|
||||
limit: 40
|
||||
) {
|
||||
edges {
|
||||
node {
|
||||
@ -215,7 +215,7 @@ module.exports = {
|
||||
{
|
||||
resolve: 'gatsby-plugin-sitemap',
|
||||
options: {
|
||||
exclude: ['/page/*', '/tags/**/*', '/thanks/*']
|
||||
exclude: ['/page/*', '/tags/**/*', '/thanks', '/tags']
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user