Add project posts to the website

This commit is contained in:
itsfinniii
2026-03-28 16:59:57 +01:00
parent e6977ec7dd
commit f4319c4165
5 changed files with 48 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ type ProjectPost = {
type: "ProjectPost";
exists: boolean;
id: string;
title: string;
url: string;
date: string;