chore: update website stats

This commit is contained in:
Adam
2026-02-10 15:53:50 -06:00
committed by opencode
parent 1bbbd51d48
commit 66c2bb8f37

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