chore: update website stats

This commit is contained in:
Adam
2026-02-02 05:42:55 -06:00
parent 43bb389e35
commit 26197ec95b

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: "80K", compact: "95K",
full: "80,000", full: "95,000",
}, },
}, },
@@ -22,8 +22,8 @@ export const config = {
// Static stats (used on landing page) // Static stats (used on landing page)
stats: { stats: {
contributors: "600", contributors: "650",
commits: "7,500", commits: "8,500",
monthlyUsers: "1.5M", monthlyUsers: "2.5M",
}, },
} as const } as const