mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-06 20:33:22 +00:00
fix(app): update homepage stats
This commit is contained in:
parent
b379d71d19
commit
03bff6500a
1 changed files with 4 additions and 4 deletions
|
|
@ -9,8 +9,8 @@ export const config = {
|
|||
github: {
|
||||
repoUrl: "https://github.com/anomalyco/opencode",
|
||||
starsFormatted: {
|
||||
compact: "160K",
|
||||
full: "160,000",
|
||||
compact: "195K",
|
||||
full: "195,000",
|
||||
},
|
||||
},
|
||||
|
||||
|
|
@ -22,8 +22,8 @@ export const config = {
|
|||
|
||||
// Static stats (used on landing page)
|
||||
stats: {
|
||||
contributors: "900",
|
||||
contributors: "950",
|
||||
commits: "13,000",
|
||||
monthlyUsers: "7.5M",
|
||||
monthlyUsers: "16M",
|
||||
},
|
||||
} as const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue