From bc42187c5813cb02d2173391a8684939c051b835 Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 9 Jun 2026 19:31:54 -0400 Subject: [PATCH] zen: update email --- packages/web/config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/config.mjs b/packages/web/config.mjs index 493fc56c9..08ab45bda 100644 --- a/packages/web/config.mjs +++ b/packages/web/config.mjs @@ -3,7 +3,7 @@ const stage = process.env.SST_STAGE || "dev" export default { url: stage === "production" ? "https://opencode.ai" : `https://${stage}.opencode.ai`, console: stage === "production" ? "https://opencode.ai/auth" : `https://${stage}.opencode.ai/auth`, - email: "contact@anoma.ly", + email: "help@anoma.ly", socialCard: "https://social-cards.sst.dev", github: "https://github.com/anomalyco/opencode", discord: "https://opencode.ai/discord",