Răsfoiți Sursa

chore: update web stats

Adam 4 luni în urmă
părinte
comite
65318a80f7
1 a modificat fișierele cu 5 adăugiri și 5 ștergeri
  1. 5 5
      packages/console/app/src/config.ts

+ 5 - 5
packages/console/app/src/config.ts

@@ -9,8 +9,8 @@ export const config = {
   github: {
     repoUrl: "https://github.com/anomalyco/opencode",
     starsFormatted: {
-      compact: "120K",
-      full: "120,000",
+      compact: "140K",
+      full: "140,000",
     },
   },
 
@@ -22,8 +22,8 @@ export const config = {
 
   // Static stats (used on landing page)
   stats: {
-    contributors: "800",
-    commits: "10,000",
-    monthlyUsers: "5M",
+    contributors: "850",
+    commits: "11,000",
+    monthlyUsers: "6.5M",
   },
 } as const