Compare commits
No commits in common. "main" and "rss-feed" have entirely different histories.
@ -5,8 +5,3 @@ 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