summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-12-02 11:52:53 -0600
committerAdam <[email protected]>2025-12-02 11:52:53 -0600
commiteca07be07247bb28d3c76d9e041266f983b3a72c (patch)
tree4cf230beb4dc7f2050375cd74574ba0a4589ac96 /packages
parent165d57b88e7467b6e37491a21ac28a022537eefa (diff)
downloadopencode-eca07be07247bb28d3c76d9e041266f983b3a72c.tar.gz
opencode-eca07be07247bb28d3c76d9e041266f983b3a72c.zip
chore: update landing page stats
Diffstat (limited to 'packages')
-rw-r--r--packages/console/app/src/config.ts10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/console/app/src/config.ts b/packages/console/app/src/config.ts
index 19f15c186..0cbf3f745 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/sst/opencode",
starsFormatted: {
- compact: "30K",
- full: "30,000",
+ compact: "35K",
+ full: "35,000",
},
},
@@ -22,8 +22,8 @@ export const config = {
// Static stats (used on landing page)
stats: {
- contributors: "300",
- commits: "4,000",
- monthlyUsers: "300,000",
+ contributors: "350",
+ commits: "4,500",
+ monthlyUsers: "400,000",
},
} as const