Add project posts to the website
This commit is contained in:
1
astro/src/types/projects/project.d.ts
vendored
1
astro/src/types/projects/project.d.ts
vendored
@@ -2,6 +2,7 @@ type ProjectPost = {
|
||||
type: "ProjectPost";
|
||||
exists: boolean;
|
||||
|
||||
id: string;
|
||||
title: string;
|
||||
url: string;
|
||||
date: string;
|
||||
|
||||
Reference in New Issue
Block a user