Revert "chore: remove all occurrences of https://troet.cafe and https://troet.cafe/svemagie"
This reverts commit 5c137f01f3.
This commit is contained in:
@@ -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 || ""
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user