fix(app): update homepage stats

This commit is contained in:
Adam 2026-08-06 11:07:33 -05:00
parent b379d71d19
commit 03bff6500a
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

View file

@ -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