diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-04-28 13:09:38 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-04-28 13:09:38 +0200 |
commit | f303314070f3261018e9b6c7c6f2a07aec31f346 (patch) | |
tree | 033dabf14781d55e01eaaf26814888f80d3abdf1 /pages/index.tsx | |
parent | 77edafd033bcd8cad04747b3cfb8ae73f2b2a1c8 (diff) |
git setup post
Diffstat (limited to 'pages/index.tsx')
-rw-r--r-- | pages/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index.tsx b/pages/index.tsx index 5ceb6ff..ab0f6ff 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -9,7 +9,7 @@ import { PostsInfo } from './search'; import { useEffect, useState } from 'react'; // edit this to change the post displayed on the home page and the pinned posts -var posts = ['index', 'connect4', 'software']; +var posts = ['index', 'connect4', 'software', 'git']; export default function Home(props: { posts: Array<{ |