1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-10 11:35:10 +02:00

package updates

This commit is contained in:
Matthias Kretschmann 2019-10-02 21:59:43 +02:00
parent 25092036be
commit 01bcb6d6a3
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 3 additions and 2 deletions

View File

@ -196,7 +196,8 @@ module.exports = {
}
}
`,
output: '/feed.xml'
output: '/feed.xml',
title: siteConfig.siteTitle
}
]
}

View File

@ -37,7 +37,7 @@
"gatsby-plugin-manifest": "^2.2.20",
"gatsby-plugin-matomo": "^0.7.2",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-offline": "^3.0.11",
"gatsby-plugin-react-helmet": "^3.1.10",
"gatsby-plugin-sass": "^2.1.17",
"gatsby-plugin-sharp": "^2.2.27",