Explorar o código

chore: update website stats

Adam hai 1 mes
pai
achega
8a043edfd5
Modificáronse 1 ficheiros con 5 adicións e 5 borrados
  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: "70K",
-      full: "70,000",
+      compact: "80K",
+      full: "80,000",
     },
   },
 
@@ -22,8 +22,8 @@ export const config = {
 
   // Static stats (used on landing page)
   stats: {
-    contributors: "500",
-    commits: "7,000",
-    monthlyUsers: "650,000",
+    contributors: "600",
+    commits: "7,500",
+    monthlyUsers: "1.5M",
   },
 } as const