From 6b2ff8842704efe79d0f492ec73ad428f9d7469e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20D=C3=B6rfler?= Date: Mon, 10 Feb 2020 18:58:30 +0100 Subject: [PATCH] fixed graphQL types --- gatsby-config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index f2898cc..348724c 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -3,8 +3,8 @@ module.exports = { title: `While False Blog`, author: `Stephan Dörfler`, description: `Self-built developer blog based on gatsby.`, - url: `https://blog.while-false.de`, - + siteUrl: `https://blog.while-false.de`, + type: `website`, }, plugins: [ {