mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-22 18:24:21 +01:00
docs: canonical url
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
const stage = process.env.SST_STAGE || "dev"
|
||||
|
||||
export default {
|
||||
domain: "opencode.ai",
|
||||
url: stage === "production"
|
||||
? "https://opencode.ai"
|
||||
: `https://${stage}.opencode.ai`,
|
||||
socialCard: "https://social-cards.sst.dev",
|
||||
github: "https://github.com/sst/opencode",
|
||||
discord: "https://discord.gg/opencode",
|
||||
|
||||
Reference in New Issue
Block a user