diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2026-01-17 21:22:35 +0100 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2026-01-17 21:23:30 +0100 |
| commit | ba7ed01007117c1ac524b6baefca02c6211125fd (patch) | |
| tree | b06e5fde00f3e3e0724d962cc15bc459b2f5ea86 /src | |
| parent | d404a7b64d950359725b433eb26cd929146d71fa (diff) | |
Add more tags
Diffstat (limited to 'src')
| -rw-r--r-- | src/content.config.ts | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/src/content.config.ts b/src/content.config.ts index 5b5836b..d4ccc29 100644 --- a/src/content.config.ts +++ b/src/content.config.ts @@ -45,7 +45,25 @@ const pleroma = defineCollection({ instanceUrl: "https://social.craftknight.com", username: "dawid", maxPosts: -1, // Fetch all posts - allowedTags: ["#miniblog", "#vanlife", "#microblog", "#giereczkowo"], + allowedTags: [ + "#miniblog", + "#vanlife", + "#microblog", + "#giereczkowo", + "#finlandia", + "#nordkapp", + "#norwegia", + "#szwecja", + "#starlink", + "#flipperzero", + "#meshcore", + "#belgia", + "#francja", + "#hiszpania", + "#madryt", + "#gibraltar", + "#termowizja", + ], }), schema: baseSchema.extend({ description: z.string().optional(), |
