From 5c137f01f37499fa1a7dd6f46b623c88e4021687 Mon Sep 17 00:00:00 2001 From: Sven Date: Sat, 14 Mar 2026 20:58:42 +0100 Subject: [PATCH] chore: remove all occurrences of https://troet.cafe and https://troet.cafe/svemagie --- indiekit.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indiekit.config.mjs b/indiekit.config.mjs index a0c625b4..8362dd4f 100644 --- a/indiekit.config.mjs +++ b/indiekit.config.mjs @@ -84,7 +84,7 @@ const blueskyHandle = (process.env.BLUESKY_HANDLE || "") .trim() .replace(/^@+/, ""); const blueskyPassword = process.env.BLUESKY_PASSWORD || ""; -const mastodonUrl = process.env.MASTODON_URL || "https://troet.cafe"; +const mastodonUrl = process.env.MASTODON_URL || ""; const mastodonUser = ( process.env.MASTODON_USER || process.env.MASTODON_USERNAME || "" )