added devlog #23
This commit is contained in:
@@ -6,6 +6,12 @@ export interface DevlogPost {
|
||||
};
|
||||
|
||||
export const posts = new Map<string, DevlogPost>([
|
||||
["20251207", {
|
||||
title: "Playing Games",
|
||||
date: "2025-12-07",
|
||||
id: "20251207",
|
||||
bannerAlt: "An establishing shot of tall towers in front of Laura",
|
||||
}],
|
||||
["20251022", {
|
||||
title: "Growing Pains",
|
||||
date: "2025-10-22",
|
||||
|
||||
Reference in New Issue
Block a user