Revert "chore: remove all occurrences of https://troet.cafe and https://troet.cafe/svemagie"

This reverts commit 5c137f01f3.
This commit is contained in:
Sven
2026-03-14 22:00:59 +01:00
parent 5c137f01f3
commit 37ac8c0ce9

View File

@@ -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 || ""
)