Skip to content

Commit 6cea044

Browse files
Fetch up to 100 repos to look for projects to display (#164)
1 parent 97c21b1 commit 6cea044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/data/repos.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import EleventyFetch from '@11ty/eleventy-fetch'
22

33
export default async function () {
4-
const url = 'https://api.github.com/orgs/x-govuk/repos'
4+
const url = 'https://api.github.com/orgs/x-govuk/repos?per_page=100'
55

66
return EleventyFetch(url, {
77
duration: '1d',

0 commit comments

Comments
 (0)