From a1268eb07b9c16f05c16a95891260b03119e53c2 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Thu, 9 Sep 2021 13:43:45 -0400 Subject: Eslint, Prettier, etc --- gatsby-config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gatsby-config.js') diff --git a/gatsby-config.js b/gatsby-config.js index ad3fc6d..46f2ecf 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -1,7 +1,8 @@ module.exports = { siteMetadata: { title: "submelon.tech", - description: "The official website of Kevin Hoerr, the developer of websites.", + description: + "The official website of Kevin Hoerr, the developer of websites.", author: "Kevin J Hoerr", }, plugins: [ -- cgit