mirror of
https://github.com/sst/opencode.git
synced 2025-07-07 16:14:59 +00:00
9 lines
231 B
JavaScript
9 lines
231 B
JavaScript
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/" },
|
|
],
|
|
}
|