From 8ff7e1f993a99763f38a6e5b3567f5f48998e023 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 25 Dec 2024 22:00:10 +0100 Subject: [PATCH] src/defaults.ts: add fedi.buzz to servers --- src/defaults.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/defaults.ts b/src/defaults.ts index 9949d34..f0bf19d 100644 --- a/src/defaults.ts +++ b/src/defaults.ts @@ -4,7 +4,7 @@ import { type Config } from '@/types'; // Fallback configuration in case the site config fails to load or is missing required fields. // TODO: Maybe just fail in that case and not hard-code mastodon.social? export const fallbackConfig: Config = { - servers: ["mastodon.social"], + servers: ["mastodon.social", "fedi.buzz"], tags: ["foss", "cats", "dogs"], accounts: [],