opencode/packages/web/config.mjs
2025-06-27 20:03:17 -04:00

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/" },
],
}