diff --git a/app/data/repos.js b/app/data/repos.js index 3ba8fff..78b1cf3 100644 --- a/app/data/repos.js +++ b/app/data/repos.js @@ -1,7 +1,7 @@ import EleventyFetch from '@11ty/eleventy-fetch' export default async function () { - const url = 'https://api.github.com/orgs/x-govuk/repos' + const url = 'https://api.github.com/orgs/x-govuk/repos?per_page=100' return EleventyFetch(url, { duration: '1d',