added all devlogs

This commit is contained in:
2025-04-04 10:37:25 +02:00
parent d43903bc1f
commit 8c0ee4b3af
36 changed files with 1589 additions and 31 deletions

View File

@@ -1,23 +0,0 @@
export interface DevlogPost {
title: string;
date: Date;
imgSrc: string;
};
export const posts: DevlogPost[] = [
{
title: "title",
date: new Date("2025-01-01"),
imgSrc: "",
},
{
title: "titasdfle",
date: new Date("2025-02-03"),
imgSrc: "",
},
{
title: "titl435345e",
date: new Date("2025-01-01"),
imgSrc: "",
},
];