summaryrefslogtreecommitdiff
path: root/src/content.config.ts
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2026-01-12 18:12:47 +0100
committerDawid Rycerz <dawid@rycerz.xyz>2026-01-12 18:13:24 +0100
commit4ed3a82a8b8f111bed88559bf8d601bb7d947df9 (patch)
treed8305b002c0c4a4f43877b92b2b5c8f39b8d4cc3 /src/content.config.ts
parent9f50f425bda5e56f4b73d8ce975eb6dafdbb46af (diff)
Add posts filtering
Diffstat (limited to 'src/content.config.ts')
-rw-r--r--src/content.config.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content.config.ts b/src/content.config.ts
index 5dff41a..4b7b230 100644
--- a/src/content.config.ts
+++ b/src/content.config.ts
@@ -42,6 +42,7 @@ const micro = defineCollection({
instanceUrl: "https://social.craftknight.com",
username: "dawid",
maxPosts: 50,
+ allowedTags: ["#miniblog", "#vanlife", "#microblog", "#giereczkowo"],
}),
schema: baseSchema.extend({
description: z.string().optional(),