From eca07be07247bb28d3c76d9e041266f983b3a72c Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Tue, 2 Dec 2025 11:52:53 -0600 Subject: [PATCH] chore: update landing page stats --- packages/console/app/src/config.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/console/app/src/config.ts b/packages/console/app/src/config.ts index 19f15c186..0cbf3f745 100644 --- a/packages/console/app/src/config.ts +++ b/packages/console/app/src/config.ts @@ -9,8 +9,8 @@ export const config = { github: { repoUrl: "https://github.com/sst/opencode", starsFormatted: { - compact: "30K", - full: "30,000", + compact: "35K", + full: "35,000", }, }, @@ -22,8 +22,8 @@ export const config = { // Static stats (used on landing page) stats: { - contributors: "300", - commits: "4,000", - monthlyUsers: "300,000", + contributors: "350", + commits: "4,500", + monthlyUsers: "400,000", }, } as const