diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2026-01-12 18:03:49 +0100 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2026-01-12 18:04:32 +0100 |
| commit | 9f50f425bda5e56f4b73d8ce975eb6dafdbb46af (patch) | |
| tree | 701682a15b4e3325a67b3d544452f9e88348f63d /src/content.config.ts | |
| parent | eb7920efa3dd6889fe30249de1f0f0f121f1715f (diff) | |
Replace xml based posts with native pleroma api
Diffstat (limited to 'src/content.config.ts')
| -rw-r--r-- | src/content.config.ts | 1 |
1 files changed, 0 insertions, 1 deletions
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(), |
