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' },