This commit is contained in:
2026-01-18 22:25:19 +01:00
parent ba9bcbaa08
commit 76573dc378
2 changed files with 4 additions and 2 deletions

View File

@@ -9,6 +9,8 @@ type BlogEntry = {
createdAt: string,
updatedAt: string,
tags?: string[],
guid: string,
teaser: string,
};
type RPArticle = {