aboutsummaryrefslogtreecommitdiff
path: root/pages/index.tsx
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-04-12 12:45:24 +0200
committerlonkaars <l.leblansch@gmail.com>2021-04-12 12:45:24 +0200
commitb89743110c9d7aedc802f4e2c85222ebfe259bf3 (patch)
treed42dab178afb237a8fafa90b8393515375a58574 /pages/index.tsx
parentf36cc3fc48299601bf585a3ee09f7ab548b1660e (diff)
web launch
Diffstat (limited to 'pages/index.tsx')
-rw-r--r--pages/index.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/index.tsx b/pages/index.tsx
index 746405a..be1f9f4 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -8,7 +8,8 @@ import { ArticleMeta, getStaticProps as getBlogPage, RenderedArticle } from './p
import { useEffect, useState } from 'react';
-var posts = ['index', 'index', 'index'];
+// edit this to change the post displayed on the home page and the pinned posts
+var posts = ['index'];
export default function Home(props: {
posts: Array<{