docs: canonical url
This commit is contained in:
parent
da909d9684
commit
0f93ecd564
3 changed files with 7 additions and 6 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue