mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
Add post card in blog page
* add component and page tests
This commit is contained in:
@ -13,7 +13,7 @@ export type AppPropsWithLayout = AppProps & {
|
||||
export interface MyMatters {
|
||||
title: string;
|
||||
date: string;
|
||||
tags: string;
|
||||
tags: string[];
|
||||
}
|
||||
|
||||
export interface Post extends MyMatters {
|
||||
|
Reference in New Issue
Block a user