feat: redesign layout
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@ export interface ArticleMetadata {
|
||||
title: string
|
||||
date: Date
|
||||
author: string
|
||||
thumbnail: string
|
||||
draft: boolean
|
||||
thumbnail?: string
|
||||
draft?: boolean
|
||||
}
|
||||
|
||||
export interface Article {
|
||||
|
||||
Reference in New Issue
Block a user