Skip to content

Commit 65318a8

Browse files
committed
chore: update web stats
1 parent 6a5aae9 commit 65318a8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

packages/console/app/src/config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export const config = {
99
github: {
1010
repoUrl: "https://github.com/anomalyco/opencode",
1111
starsFormatted: {
12-
compact: "120K",
13-
full: "120,000",
12+
compact: "140K",
13+
full: "140,000",
1414
},
1515
},
1616

@@ -22,8 +22,8 @@ export const config = {
2222

2323
// Static stats (used on landing page)
2424
stats: {
25-
contributors: "800",
26-
commits: "10,000",
27-
monthlyUsers: "5M",
25+
contributors: "850",
26+
commits: "11,000",
27+
monthlyUsers: "6.5M",
2828
},
2929
} as const

0 commit comments

Comments
 (0)