From 37ac8c0ce9cc93945767a01ee6825dc146340240 Mon Sep 17 00:00:00 2001 From: Sven Date: Sat, 14 Mar 2026 22:00:59 +0100 Subject: [PATCH] Revert "chore: remove all occurrences of https://troet.cafe and https://troet.cafe/svemagie" This reverts commit 5c137f01f37499fa1a7dd6f46b623c88e4021687. --- indiekit.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indiekit.config.mjs b/indiekit.config.mjs index 8362dd4f..a0c625b4 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 || ""; +const mastodonUrl = process.env.MASTODON_URL || "https://troet.cafe"; const mastodonUser = ( process.env.MASTODON_USER || process.env.MASTODON_USERNAME || "" )