This commit is contained in:
2025-03-14 20:15:23 -05:00
parent 03195017c5
commit 61aa06310c
11 changed files with 500 additions and 529 deletions

View File

@@ -31,9 +31,9 @@ export type Post = {
title: string;
content: string;
image: string;
image_alt: string;
published_date: string;
tags: string[];
image_alt: string;
}
type Schema = {