We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e504b83 + d92daf4 commit 0eca09dCopy full SHA for 0eca09d
packages/app/src/app/contributors/page.tsx
@@ -14,7 +14,7 @@ import {
14
} from "./_helpers/utils";
15
import { redirect } from "next/navigation";
16
17
-const PER_PAGE_MAX = 18; // Limit to only 16 per page to avoid hitting rate limit
+const PER_PAGE_MAX = 12; // Limit to only 12 per page to avoid hitting rate limit
18
19
const searchParamsSchema = z.object({
20
page: z.coerce.number().default(1),
0 commit comments