Skip to content

Commit c8e8e1a

Browse files
Update and rename defaults.html to index.html
1 parent dba5b5c commit c8e8e1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h1>Web4application</h1>
9393

9494
async function buildProjectHub() {
9595
try {
96-
const response = await fetch(`https://api.github.com{GITHUB_USERNAME}/repos?sort=updated`);
96+
const response = await fetch(`https://api.github.io{GITHUB_USERNAME}/repos?sort=updated`);
9797
const repos = await response.json();
9898
const container = document.getElementById('project-grid');
9999
container.innerHTML = ''; // Clear loading text

0 commit comments

Comments
 (0)