1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-29 00:58:00 +02:00
This commit is contained in:
Matthias Kretschmann 2019-11-23 23:00:12 +01:00
parent a9c1e30e6e
commit 9074735451
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -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']
}
},
{