fix(app): update homepage stats

This commit is contained in:
Adam
2026-08-06 11:07:33 -05:00
parent b379d71d19
commit 03bff6500a
+4 -4
View File
@@ -9,8 +9,8 @@ export const config = {
github: { github: {
repoUrl: "https://github.com/anomalyco/opencode", repoUrl: "https://github.com/anomalyco/opencode",
starsFormatted: { starsFormatted: {
compact: "160K", compact: "195K",
full: "160,000", full: "195,000",
}, },
}, },
@@ -22,8 +22,8 @@ export const config = {
// Static stats (used on landing page) // Static stats (used on landing page)
stats: { stats: {
contributors: "900", contributors: "950",
commits: "13,000", commits: "13,000",
monthlyUsers: "7.5M", monthlyUsers: "16M",
}, },
} as const } as const