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