From be5a0453d0c2aa6bcdcba69cff5b94d73445c38d Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 1 Oct 2020 19:06:18 +0100 Subject: [PATCH] Set metadata --- gatsby-config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index dc85539..c923301 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -1,7 +1,7 @@ module.exports = { siteMetadata: { - title: 'notes', - description: 'A description', + title: 'Notes', + description: 'Notes and snippets and things', author: 'TheOrangeOne', siteUrl: 'https://notes.theorangeone.net' },