feat: redesign layout

This commit is contained in:
2026-04-26 11:24:18 +02:00
parent 73152773cc
commit 6bd4fcf20a
4 changed files with 16 additions and 19 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ export interface ArticleMetadata {
title: string
date: Date
author: string
thumbnail: string
draft: boolean
thumbnail?: string
draft?: boolean
}
export interface Article {