From 1bbecf5d56f103784aa32c550c87048090da0ec1 Mon Sep 17 00:00:00 2001 From: Kevin Hoerr Date: Fri, 18 Nov 2022 19:56:28 -0500 Subject: Site updates (#1) * Add current page as reference * Upgrade dependencies: Gatsby 5.0.1 * Refactor components and styles to be consistent * Switch tense of BlockBody prop * Remove header on stylesheet * move timestamp to package version * Commit public dir for use with static site builders * Remove 1.0.7 file ref --- gatsby-config.js | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gatsby-config.js') diff --git a/gatsby-config.js b/gatsby-config.js index b3a0597..cbcba51 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -1,15 +1,7 @@ module.exports = { - siteMetadata: { - title: "submelon.tech", - description: - "The official website of Kevin Hoerr, the developer of websites.", - author: "Kevin J Hoerr", - }, plugins: [ - "gatsby-plugin-typescript", "gatsby-plugin-styled-components", "gatsby-plugin-image", - "gatsby-plugin-react-helmet", { resolve: `gatsby-plugin-manifest`, options: { -- cgit