This commit is contained in:
tuna2134
2025-05-03 13:44:06 +00:00
parent 16ef79f6c9
commit f5d237ae17
10 changed files with 1169 additions and 2 deletions

5
lib/blog.ts Normal file
View File

@@ -0,0 +1,5 @@
export interface Metadata {
title: string;
description: string;
datetime: string;
}