Cleanup, add tests and storybook

This commit is contained in:
adilallo
2026-04-04 10:57:01 -06:00
parent 5d6530e914
commit 427dc44476
26 changed files with 700 additions and 7 deletions
@@ -43,6 +43,10 @@ const mockPosts: BlogPost[] = [
author: "Author",
date: "2025-04-10",
},
content: "",
htmlContent: "",
filePath: "article-1.md",
lastModified: new Date("2025-04-10"),
},
{
slug: "article-2",
@@ -52,6 +56,10 @@ const mockPosts: BlogPost[] = [
author: "Author",
date: "2025-04-11",
},
content: "",
htmlContent: "",
filePath: "article-2.md",
lastModified: new Date("2025-04-11"),
},
];