From 9f50f425bda5e56f4b73d8ce975eb6dafdbb46af Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Mon, 12 Jan 2026 18:03:49 +0100 Subject: Replace xml based posts with native pleroma api --- src/content.config.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/content.config.ts') diff --git a/src/content.config.ts b/src/content.config.ts index c85d88e..5dff41a 100644 --- a/src/content.config.ts +++ b/src/content.config.ts @@ -42,7 +42,6 @@ const micro = defineCollection({ instanceUrl: "https://social.craftknight.com", username: "dawid", maxPosts: 50, - feedType: "atom", }), schema: baseSchema.extend({ description: z.string().optional(), -- cgit v1.2.3