Skip to content

Commit a7d4c1b

Browse files
JeddfJedd Fenner
authored and
Jedd Fenner
committed
remove redundant siteMetadata, fix nested description bug
1 parent 3f9be0a commit a7d4c1b

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

gatsby-config.js

-11
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,6 @@ const contentfulConfigOptions = {
99
};
1010

1111
module.exports = {
12-
siteMetadata: {
13-
title: "Diff Ltd",
14-
description:
15-
"Javascript consultancy based in Sheffield, England. Specializing in React and Node.",
16-
author: "@diffhq",
17-
header: "Javascript Consultancy",
18-
byline: "Specializing in React and Node",
19-
contactEmail: "[email protected]",
20-
address: "1 Concourse Way, Sheffield, England, S1 2BJ",
21-
companyNumber: "11749046"
22-
},
2312
plugins: [
2413
"gatsby-plugin-react-helmet",
2514
{

src/pages/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const IndexPage = ({
1212
byline,
1313
contactEmail,
1414
name,
15-
description,
15+
description: { description },
1616
twitterHandle,
1717
address,
1818
companyNumber

0 commit comments

Comments
 (0)