Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaringe committed Nov 4, 2023
1 parent f398e41 commit f4dfcad
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions docs/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,11 @@ export default function Index({ allPosts }) {
<title>factorio-type-kit</title>
</Head>
<Container>
<Intro />
<GearMalarkey />
{/* {heroPost && (
<HeroPost
title={heroPost.title}
coverImage={heroPost.coverImage}
date={heroPost.date}
author={heroPost.author}
slug={heroPost.slug}
excerpt={heroPost.excerpt}
/>
)} */}
{/* {morePosts.length > 0 && <MoreStories posts={morePosts} />} */}
<MoreStories posts={allPosts} />
<h1>Please use <a
target="_blank"
href="https://github.com/GlassBricks/typed-factorio">https://github.com/GlassBricks/typed-factorio
</a> instead
</h1>
</Container>
</Layout>
</>
Expand Down

0 comments on commit f4dfcad

Please sign in to comment.