Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinnewman committed Oct 27, 2019
1 parent fb7c21c commit a125dc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,6 @@ module.exports = {
image,
},
plugins: [
{
resolve: 'gatsby-plugin-manifest',
options: {
name: siteName,
short_name: siteName,
start_url: '/',
background_color: '#ffffff',
theme_color: '#ffffff',
display: 'browser',
icon: 'src/images/db-logo.png',
},
},
'gatsby-plugin-typescript',
'gatsby-plugin-react-helmet',
'gatsby-plugin-emotion',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ const IndexPage = ({ data }) => (
font-weight: 500;
`}>Timeline</h2>
<p>Description for timeline goes here</p>
<Timeline />
<Article content={data.kerckhoffArticle.content} customTypeComponentMapping={{
subheading: Subheading,
pullquote: PullQuote
}} />
<Timeline />
<Footer developers="Dustin Newman (Developer), Lauren Ho (Designer)" copyrightYear={2019} />
</Wrapper>
</>
Expand Down

0 comments on commit a125dc5

Please sign in to comment.