We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba5b5c commit c8e8e1aCopy full SHA for c8e8e1a
1 file changed
_layouts/defaults.html temp/index.html_layouts/defaults.html renamed to temp/index.html
@@ -93,7 +93,7 @@ <h1>Web4application</h1>
93
94
async function buildProjectHub() {
95
try {
96
- const response = await fetch(`https://api.github.com{GITHUB_USERNAME}/repos?sort=updated`);
+ const response = await fetch(`https://api.github.io{GITHUB_USERNAME}/repos?sort=updated`);
97
const repos = await response.json();
98
const container = document.getElementById('project-grid');
99
container.innerHTML = ''; // Clear loading text
0 commit comments