Compare commits

..

No commits in common. "main" and "rss-feed" have entirely different histories.

View File

@ -5,8 +5,3 @@ export type Post = {
content: string; content: string;
html?: string; html?: string;
}; };
export type Image = {
url: string;
alt?: string;
}