|
@@ -5,8 +5,8 @@ export default {
|
|
|
? "https://opencode.ai"
|
|
? "https://opencode.ai"
|
|
|
: `https://${stage}.opencode.ai`,
|
|
: `https://${stage}.opencode.ai`,
|
|
|
console: stage === "production"
|
|
console: stage === "production"
|
|
|
- ? "https://console.opencode.ai"
|
|
|
|
|
- : `https://console.${stage}.opencode.ai`,
|
|
|
|
|
|
|
+ ? "https://opencode.ai/auth"
|
|
|
|
|
+ : `https://${stage}.opencode.ai/auth`,
|
|
|
email: "[email protected]",
|
|
email: "[email protected]",
|
|
|
socialCard: "https://social-cards.sst.dev",
|
|
socialCard: "https://social-cards.sst.dev",
|
|
|
github: "https://github.com/sst/opencode",
|
|
github: "https://github.com/sst/opencode",
|