diff options
Diffstat (limited to 'packages/web/config.mjs')
| -rw-r--r-- | packages/web/config.mjs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/web/config.mjs b/packages/web/config.mjs index c13ed125f..69b6b4f57 100644 --- a/packages/web/config.mjs +++ b/packages/web/config.mjs @@ -5,8 +5,8 @@ export default { ? "https://opencode.ai" : `https://${stage}.opencode.ai`, console: stage === "production" - ? "https://console.opencode.ai" - : `https://console.${stage}.opencode.ai`, + ? "https://opencode.ai/auth" + : `https://${stage}.opencode.ai/auth`, email: "[email protected]", socialCard: "https://social-cards.sst.dev", github: "https://github.com/sst/opencode", |
