blob: b6ec26e379baf58e812bd60cfff32615066314f3 (
plain)
1
2
3
4
5
6
7
8
9
|
export default {
url: "https://opencode.ai",
socialCard: "https://social-cards.sst.dev",
github: "https://github.com/sst/opencode",
headerLinks: [
{ name: "Home", url: "/" },
{ name: "Docs", url: "/docs/" },
],
}
|