Просмотр исходного кода

chore: update landing page stats

Adam 2 месяцев назад
Родитель
Сommit
eca07be072
1 измененных файлов с 5 добавлено и 5 удалено
  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: {
   github: {
     repoUrl: "https://github.com/sst/opencode",
     repoUrl: "https://github.com/sst/opencode",
     starsFormatted: {
     starsFormatted: {
-      compact: "30K",
-      full: "30,000",
+      compact: "35K",
+      full: "35,000",
     },
     },
   },
   },
 
 
@@ -22,8 +22,8 @@ export const config = {
 
 
   // Static stats (used on landing page)
   // Static stats (used on landing page)
   stats: {
   stats: {
-    contributors: "300",
-    commits: "4,000",
-    monthlyUsers: "300,000",
+    contributors: "350",
+    commits: "4,500",
+    monthlyUsers: "400,000",
   },
   },
 } as const
 } as const