diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-04-12 12:45:24 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-04-12 12:45:24 +0200 |
commit | b89743110c9d7aedc802f4e2c85222ebfe259bf3 (patch) | |
tree | d42dab178afb237a8fafa90b8393515375a58574 /pages | |
parent | f36cc3fc48299601bf585a3ee09f7ab548b1660e (diff) |
web launch
Diffstat (limited to 'pages')
-rw-r--r-- | pages/index.tsx | 3 |
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<{ |