mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
10 lines
231 B
JavaScript
10 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/" },
|
|
],
|
|
}
|