From 01bcb6d6a3520e1a676d7c12ae81a1b4817929a7 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 2 Oct 2019 21:59:43 +0200 Subject: [PATCH] package updates --- gatsby-config.js | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index d979253d..abeeb8d7 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -196,7 +196,8 @@ module.exports = { } } `, - output: '/feed.xml' + output: '/feed.xml', + title: siteConfig.siteTitle } ] } diff --git a/package.json b/package.json index dd9b110d..da5e4da6 100644 --- a/package.json +++ b/package.json @@ -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",