feat: reorganize posts

This commit is contained in:
Barrett Ruth 2025-04-13 09:52:59 -04:00
parent ae781d5c62
commit 1335c09f25

View file

@ -19,8 +19,8 @@ const postMapping = new Map([
"Algorithms",
[
{ name: "competitive programming log", link: "competitive-programming-log" },
{ name: "practice makes perfect", link: "practice-makes-perfect" },
{ name: "leetcode daily", link: "leetcode-daily" },
{ name: "practice makes perfect", link: "practice-makes-perfect" },
],
],
]);