docs(web): sync v0.8.45 facts and provider surface

This commit is contained in:
Hunter Bown
2026-05-25 22:07:10 -05:00
parent 85e9a46ddf
commit 64c870f35c
9 changed files with 125 additions and 85 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import type { FeedItem, RepoStats } from "./types";
const REPO = process.env.GITHUB_REPO ?? "Hmbown/CodeWhale";
const GH = "https://api.github.com";
const MIN_KNOWN_CONTRIBUTORS = 98;
const MIN_KNOWN_CONTRIBUTORS = 99;
function headers(token?: string): HeadersInit {
const h: Record<string, string> = {