diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-07-13 10:01:07 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-07-13 10:01:07 +0200 |
commit | ed5122a5fb89a8512fa96a7ae591f8843690c5ed (patch) | |
tree | 0fe040dc6fd646ae4b450760d1e48e36899bf60d | |
parent | 0d1985b2471b37cb6ddef47462008ebc2873fd8b (diff) |
remove some posts from homepage
-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 b8d10bc..a0ec98c 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', 'git']; +var posts = ['index', 'software']; export default function Home(props: { posts: Array<{ |