More work on blog

This commit is contained in:
2022-10-01 14:04:21 +02:00
parent a7cc473f53
commit 29359f3d69
5 changed files with 29 additions and 4 deletions

View File

@ -9,6 +9,7 @@ interface Content {
short_desc: string;
more?: string;
repo?: string;
title: string;
}
export interface Project extends Content {