From 5cb7d5105b9d5f16646e7d3c5bddc002ba4a7c95 Mon Sep 17 00:00:00 2001 From: rsternagel Date: Sat, 1 Apr 2017 10:58:10 +0200 Subject: [PATCH] delete config.toml cause seems unused With User/Repository@SHA: gatsbyjs/gatsby@66f90132b4a73a9d880587efa96f8cb2dc9c7cf0 the code loading this config has been removed. So the config seems obsolete. --- config.toml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 config.toml diff --git a/config.toml b/config.toml deleted file mode 100644 index 129aac3..0000000 --- a/config.toml +++ /dev/null @@ -1,3 +0,0 @@ -blogTitle = "My Awesome Blog" -authorName = "Kyle Mathews" -linkPrefix = "/gatsby-starter-blog"