added image size

This commit is contained in:
2026-05-14 18:07:08 +02:00
parent ceb3750add
commit 2ace527c9f
4 changed files with 27 additions and 4 deletions
+2
View File
@@ -9,6 +9,8 @@ const API_URL = process.env.PUBLIC_API_URL || 'http://localhost:3000';
interface CoverImage {
url: string;
alt: string;
w?: number;
h?: number;
}
interface Post {