added image size
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user