Browse Source

chore: update GitHub stars and commits statistics (#8793)

Hyeonjong 1 month ago
parent
commit
e4a34beb8b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      packages/console/app/src/config.ts

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

@@ -9,8 +9,8 @@ export const config = {
   github: {
   github: {
     repoUrl: "https://github.com/anomalyco/opencode",
     repoUrl: "https://github.com/anomalyco/opencode",
     starsFormatted: {
     starsFormatted: {
-      compact: "60K",
-      full: "60,000",
+      compact: "70K",
+      full: "70,000",
     },
     },
   },
   },
 
 
@@ -23,7 +23,7 @@ export const config = {
   // Static stats (used on landing page)
   // Static stats (used on landing page)
   stats: {
   stats: {
     contributors: "500",
     contributors: "500",
-    commits: "6,500",
+    commits: "7,000",
     monthlyUsers: "650,000",
     monthlyUsers: "650,000",
   },
   },
 } as const
 } as const