mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-02 15:35:01 +01:00
docs: add config
This commit is contained in:
7
packages/web/config.mjs
Normal file
7
packages/web/config.mjs
Normal file
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
github: "https://github.com/sst/opencode",
|
||||
headerLinks: [
|
||||
{ name: "Home", url: "/" },
|
||||
{ name: "Docs", url: "/docs/" },
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user