diff options
| author | Adam <[email protected]> | 2026-03-07 05:47:47 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-03-07 05:47:47 -0600 |
| commit | 06f60af1e9537fcc9a31b199ad6a6d0fe50cce6f (patch) | |
| tree | 5c83f2643136ea3a57d248ff95a3e52b753155fa | |
| parent | 66d0beba6fa6751bd093a95c0288be97b4f36bef (diff) | |
| download | opencode-06f60af1e9537fcc9a31b199ad6a6d0fe50cce6f.tar.gz opencode-06f60af1e9537fcc9a31b199ad6a6d0fe50cce6f.zip | |
chore: update web stats
| -rw-r--r-- | packages/console/app/src/config.ts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/console/app/src/config.ts b/packages/console/app/src/config.ts index e64d36462..19e331c39 100644 --- a/packages/console/app/src/config.ts +++ b/packages/console/app/src/config.ts @@ -9,8 +9,8 @@ export const config = { github: { repoUrl: "https://github.com/anomalyco/opencode", starsFormatted: { - compact: "100K", - full: "100,000", + compact: "120K", + full: "120,000", }, }, @@ -22,8 +22,8 @@ export const config = { // Static stats (used on landing page) stats: { - contributors: "700", - commits: "9,000", - monthlyUsers: "2.5M", + contributors: "800", + commits: "10,000", + monthlyUsers: "5M", }, } as const |
