Skip to content

Commit 06f60af

Browse files
committed
chore: update web stats
1 parent 66d0beb commit 06f60af

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: "100K",
13-
full: "100,000",
12+
compact: "120K",
13+
full: "120,000",
1414
},
1515
},
1616

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

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

0 commit comments

Comments
 (0)