From 9fe4480c3981c38ae8e24d0495df957039864a5d Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Tue, 13 Jan 2026 17:13:43 +0100 Subject: Remove micro and migrate to use only posts --- src/pages/rss.xml.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pages/rss.xml.ts') diff --git a/src/pages/rss.xml.ts b/src/pages/rss.xml.ts index 39f3964..d428cc9 100644 --- a/src/pages/rss.xml.ts +++ b/src/pages/rss.xml.ts @@ -15,6 +15,7 @@ export const GET = async (context: APIContext) => { description: post.data.description, pubDate: post.data.publishDate, link: `posts/${post.id}/`, + author: post.data.author, })), customData: ``, }); -- cgit v1.2.3