aboutsummaryrefslogtreecommitdiffhomepage
path: root/gatsby-config.js
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2022-11-18 16:28:18 -0500
committerKevin J Hoerr <kjhoerr@protonmail.com>2022-11-18 16:28:18 -0500
commit4ea38d6249ffb2a146876bc3c7d4f79e6bbbe832 (patch)
tree6dcd359a342f9f9152e32e59ecc4b0a33ebafc43 /gatsby-config.js
parentb69eb4df9f1a77d7974a0088a5d5c5a3db68ae99 (diff)
downloadsubmelon.dev-4ea38d6249ffb2a146876bc3c7d4f79e6bbbe832.tar.gz
submelon.dev-4ea38d6249ffb2a146876bc3c7d4f79e6bbbe832.tar.bz2
submelon.dev-4ea38d6249ffb2a146876bc3c7d4f79e6bbbe832.zip
Upgrade dependencies: Gatsby 5.0.1
Diffstat (limited to 'gatsby-config.js')
-rw-r--r--gatsby-config.js8
1 files changed, 0 insertions, 8 deletions
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: {