Add some content to the blog.
This commit is contained in:
parent
d8e52ff150
commit
02c42ef1ed
@ -5,3 +5,8 @@ export type Post = {
|
|||||||
content: string;
|
content: string;
|
||||||
html?: string;
|
html?: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export type Image = {
|
||||||
|
url: string;
|
||||||
|
alt?: string;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user