docs: canonical url

This commit is contained in:
Jay V
2025-07-07 16:36:52 -04:00
parent da909d9684
commit 0f93ecd564
3 changed files with 7 additions and 6 deletions

View File

@@ -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",