Skip to content

Commit 3454630

Browse files
authored
Update generateIndex.js
1 parent b695434 commit 3454630

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generateIndex.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ async function getRepos(url) {
1111
if (!response.ok) throw new Error("Failed to fetch repositories");
1212
const repos = await response.json();
1313
return repos.map(repo => ({
14+
html_url: repo.html_url,
1415
name: repo.name,
1516
full_name: repo.full_name,
1617
owner: repo.full_name.replace(`/${repo.name}`, ''),

0 commit comments

Comments
 (0)