diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2021-09-09 13:43:45 -0400 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2021-09-09 13:43:45 -0400 |
| commit | a1268eb07b9c16f05c16a95891260b03119e53c2 (patch) | |
| tree | 4c543006401776cfe300b0abb84f13411b5075ce /gatsby-config.js | |
| parent | 0615a7c6eed7593c4551f697d668c3b91013cfa6 (diff) | |
| download | submelon.dev-a1268eb07b9c16f05c16a95891260b03119e53c2.tar.gz submelon.dev-a1268eb07b9c16f05c16a95891260b03119e53c2.tar.bz2 submelon.dev-a1268eb07b9c16f05c16a95891260b03119e53c2.zip | |
Eslint, Prettier, etc
Diffstat (limited to 'gatsby-config.js')
| -rw-r--r-- | gatsby-config.js | 3 |
1 files changed, 2 insertions, 1 deletions
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: [ |
