Render article

This commit is contained in:
cdricms
2025-02-21 20:21:56 +01:00
parent 4b005945b2
commit ae228710e1
6 changed files with 83 additions and 36 deletions

View File

@@ -24,6 +24,7 @@ export interface Blog {
blogID: string;
slug: string;
content: string;
category?: string;
title: string;
authorID: string;
published: string;