feat(blog): hide non-beneficial content
Some checks failed
Test / Test (push) Failing after 4m19s

This commit is contained in:
Kim, Jimin 2025-06-07 12:51:38 +09:00
parent e398d8bf1e
commit c9feff8cd9
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -22,6 +22,11 @@ export default function Home() {
if (postCards.length >= howMany) break
const content_id = contentMap.date[date][i]
if (
content_id ===
"/posts/an-open-letter-to-the-war-brokers-community"
)
break
postCards.push(
<PostCard